Update for fedora atomic

This commit is contained in:
askiiart 2024-07-10 13:21:06 -05:00
parent 46cdfbe486
commit e8242b0ad0
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30
13 changed files with 99 additions and 15 deletions

View file

@ -21,7 +21,12 @@ elif command_exists "dnf"; then
AppImageLauncherSettings &
sleep 5
kill $(pidof AppImageLauncherSettings)
sudo dnf install gperftools-libs-2.9.1-6.fc39.i686
sudo dnf install gperftools-libs-2.14-3.fc40.i686
elif command_exists "rpm-ostree"; then
rpm-ostree install steam -y
rpm-ostree install qt5-qtbase-gui -y
flatpak install net.davidotek.pupgui2
rpm-ostree install gperftools-libs-2.14-3.fc40.i686
elif command_exists "yay"; then
#printf '[multilib]\nInclude = /etc/pacman.d/mirrorlist\n'
#read -p "Enable the multilib repo in /etc/pacman.conf - look above"