Update for fedora atomic
This commit is contained in:
parent
46cdfbe486
commit
e8242b0ad0
13 changed files with 99 additions and 15 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue