Added opentrack to arch install

This commit is contained in:
Christoffer Martinsson 2025-04-27 14:48:32 +02:00
parent 5afc58f6c3
commit 36633217df

View File

@ -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'