Add void support, plus some other updates
This commit is contained in:
parent
2b9c0a8d6c
commit
6199ce3d88
13 changed files with 62 additions and 12 deletions
|
@ -17,7 +17,7 @@ elif command_exists "dnf"; then
|
|||
mkdir $HOME/Applications
|
||||
cd $HOME/Applications
|
||||
curl -LO $(curl -s https://api.github.com/repos/DavidoTek/ProtonUp-Qt/releases/latest | grep "browser_download_url.*ProtonUp-Qt-.*-x86_64.AppImage" | head --lines 1 | cut -d : -f 2,3 | tr -d \") -C -
|
||||
cd - # throws an error but it works?
|
||||
cd - # throws an error but it works?
|
||||
AppImageLauncherSettings &
|
||||
sleep 5
|
||||
kill $(pidof AppImageLauncherSettings)
|
||||
|
@ -28,6 +28,9 @@ elif command_exists "yay"; then
|
|||
#sudo $EDITOR /etc/pacman.conf
|
||||
yay -S steam
|
||||
yay -S protonup-qt-bin dosbox inotify-tools timidity scummvm xdotool xwinfo yad --noconfirm --needed
|
||||
elif command_exists "xbps-install"; then
|
||||
sudo xbps-install steam gperftools gperftools-32bit
|
||||
# missing: protonup-qt
|
||||
else
|
||||
echo "IDK"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue