Various minor fixes

This commit is contained in:
askiiart 2024-07-10 14:29:31 -05:00
parent e8242b0ad0
commit 92bede480f
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30
4 changed files with 11 additions and 7 deletions

View file

@ -17,7 +17,7 @@ elif command_exists "rpm-ostree" && ! command_exists "fish"; then
read -p "Press enter to reboot, then run do-everything.bash again"
reboot
elif command_exists "pacman"; then
sudo pacman -S fish
sudo pacman -S fish --noconfirm
elif command_exists "zypp"; then
# Untested
sudo zypper install fish -y