Added opentrack to arch install
This commit is contained in:
parent
5afc58f6c3
commit
36633217df
@ -475,6 +475,13 @@ if [ "$HOSTNAME" == "STEAMBOX" ]; then
|
|||||||
yay --noconfirm -S --needed --aur lug-helper
|
yay --noconfirm -S --needed --aur lug-helper
|
||||||
fi
|
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
|
# # Install game services
|
||||||
# if [ "$HOSTNAME" == "STEAMBOX" ]; then
|
# if [ "$HOSTNAME" == "STEAMBOX" ]; then
|
||||||
# printf -- '\033[33m Installing Game services\n\033[37m'
|
# printf -- '\033[33m Installing Game services\n\033[37m'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user