Skip to content

Commit

Permalink
Fix install script for latest Arch version (#16)
Browse files Browse the repository at this point in the history
* Do not install deprecated xorg-server-utils and xorg-util

* Ignore xorg-server-xvfb, xf86-input-mouse, xf86-input-keyboard, xf86-input-joystick and xf86-video-fbdev
  • Loading branch information
dbarkar authored and RaumZeit committed Sep 3, 2017
1 parent 766f0da commit 433af0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions archlinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ pacman -Syy --needed --noconfirm \
iw networkmanager network-manager-applet \
lightdm lightdm-gtk-greeter \
chromium \
xorg-server xorg-server-utils xorg-apps xf86-input-synaptics \
xorg-twm xorg-xclock xterm xorg-xinit xorg-utils
xorg-server xorg-apps xf86-input-synaptics \
xorg-twm xorg-xclock xterm xorg-xinit
systemctl enable NetworkManager
systemctl enable lightdm
EOF
Expand Down Expand Up @@ -170,7 +170,7 @@ done
yes | pacman --needed -U \${packages[@]}
sed -i 's/#IgnorePkg =/IgnorePkg = xorg-server xorg-server-common xf86-input-evdev xf86-input-synaptics/' /etc/pacman.conf
sed -i 's/#IgnorePkg =/IgnorePkg = xorg-server xorg-server-common xorg-server-xvfb xf86-input-mouse xf86-input-keyboard xf86-input-evdev xf86-input-joystick xf86-input-synaptics xf86-video-fbdev/' /etc/pacman.conf
EOF

Expand Down

0 comments on commit 433af0a

Please sign in to comment.