Updated script
This commit is contained in:
parent
be553a6ec0
commit
c93d420f55
@ -49,7 +49,7 @@ if [ "$HOSTNAME" == "SIMONBOX" ]; then
|
|||||||
DESKTOP_BASE="yes"
|
DESKTOP_BASE="yes"
|
||||||
NVIDIA_1080_GPU="yes"
|
NVIDIA_1080_GPU="yes"
|
||||||
TERMINAL="yes"
|
TERMINAL="yes"
|
||||||
KDE="yes"
|
HYPERLAND="yes"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo -e ' \e[H\e[2J
|
echo -e ' \e[H\e[2J
|
||||||
@ -392,9 +392,9 @@ fi
|
|||||||
# Install game utility
|
# Install game utility
|
||||||
if [ "$GAME" == "yes" ]; then
|
if [ "$GAME" == "yes" ]; then
|
||||||
printf -- '\033[33m Installing game utilities\n\033[37m'
|
printf -- '\033[33m Installing game utilities\n\033[37m'
|
||||||
|
sudo pacman -S --noconfirm --needed wine winetricks wine-mono wine-gecko
|
||||||
sudo pacman -S --noconfirm --needed steam
|
sudo pacman -S --noconfirm --needed steam
|
||||||
yay --noconfirm -S --needed --aur protonup-qt protontricks
|
yay --noconfirm -S --needed --aur protonup-qt protontricks
|
||||||
sudo pacman -S --noconfirm --needed wine-staging winetricks wine-mono wine-gecko
|
|
||||||
yay --noconfirm -S --needed --aur lug-helper
|
yay --noconfirm -S --needed --aur lug-helper
|
||||||
yay --noconfirm -S --needed --aur opentrack-git
|
yay --noconfirm -S --needed --aur opentrack-git
|
||||||
yay --noconfirm -S --needed --aur openmpi
|
yay --noconfirm -S --needed --aur openmpi
|
||||||
@ -406,10 +406,8 @@ fi
|
|||||||
if [ "$VR" == "yes" ]; then
|
if [ "$VR" == "yes" ]; then
|
||||||
printf -- '\033[33m Installing vr utilities\n\033[37m'
|
printf -- '\033[33m Installing vr utilities\n\033[37m'
|
||||||
sudo pacman -S --noconfirm --needed bc git-lfs cli11 glib2-devel nlohmann-json
|
sudo pacman -S --noconfirm --needed bc git-lfs cli11 glib2-devel nlohmann-json
|
||||||
yay --noconfirm -S --needed --aur envision-xr-git
|
|
||||||
yay --noconfirm -S --needed --aur monado-vulkan-layers-git
|
yay --noconfirm -S --needed --aur monado-vulkan-layers-git
|
||||||
yay --noconfirm -S --needed --aur alvr-nvidia
|
yay --noconfirm -S --needed --aur envision-xr-git
|
||||||
yay --noconfirm -S --needed --aur wlx-overlay-s-git
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
printf -- '\033[32m \n\n***** Update complete! Please reboot. *****\n\n\033[37m'
|
printf -- '\033[32m \n\n***** Update complete! Please reboot. *****\n\n\033[37m'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user