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

@ -12,6 +12,10 @@ if command_exists "apt-get"; then
sudo apt-get install fish -y
elif command_exists "yum"; then
sudo yum install fish -y
elif command_exists "rpm-ostree" && ! command_exists "fish"; then
rpm-ostree install fish -y
read -p "Press enter to reboot, then run do-everything.bash again"
reboot
elif command_exists "pacman"; then
sudo pacman -S fish
elif command_exists "zypp"; then