We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44b164d commit 9f3188eCopy full SHA for 9f3188e
1 file changed
scripts/install-packages.sh
@@ -769,11 +769,6 @@ if ${HAS_GUI}; then
769
if is_native_package_installed 'wayland'; then
770
install_native_package 'wayland-utils'
771
fi
772
-
773
- if is_native_package_installed 'xorg-server'; then
774
- install_native_package 'xorg-xdpyinfo'
775
- #install_native_package 'xorg-xkill'
776
- fi
777
778
779
if [ "${OS}" = 'Linux' ]; then
0 commit comments