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