diff --git a/update_arch.sh b/update_arch.sh index c80c019..e334271 100755 --- a/update_arch.sh +++ b/update_arch.sh @@ -475,6 +475,13 @@ if [ "$HOSTNAME" == "STEAMBOX" ]; then yay --noconfirm -S --needed --aur lug-helper fi +# Install opentrack +if [ "$HOSTNAME" == "STEAMBOX" ]; then + printf -- '\033[33m Installing opentrack\n\033[37m' + yay --noconfirm -S --needed --aur opentrack-git + yay --noconfirm -S --needed --aur openmpi +fi + # # Install game services # if [ "$HOSTNAME" == "STEAMBOX" ]; then # printf -- '\033[33m Installing Game services\n\033[37m'