We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f4a745 commit 7796f1bCopy full SHA for 7796f1b
restore.sh
@@ -631,7 +631,10 @@ install_depends() {
631
prepare_udev_rules root usbmuxd
632
633
elif [[ $distro == "fedora-atomic" ]]; then
634
- rpm-ostree install patch vim-common zenity
+ local packages=(patch vim-common zenity)
635
+ for package in "${packages[@]}"; do
636
+ rpm-ostree install $package
637
+ done
638
print "* You may need to reboot to apply changes with rpm-ostree. Perform a reboot after this before running the script again."
639
640
elif [[ $distro == "opensuse" ]]; then
0 commit comments