Skip to content

Commit

Permalink
Merge pull request 64kramsystem#171 from saveriomiroddi/apt_related_c…
Browse files Browse the repository at this point in the history
…leanups

Apt-related cleanups
  • Loading branch information
64kramsystem authored Apr 24, 2021
2 parents a3e07a0 + 1f21b17 commit 6181567
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install-zfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ function install_host_packages_elementary {

if [[ ${ZFS_SKIP_LIVE_ZFS_MODULE_INSTALL:-} != "1" ]]; then
apt update
apt install -y software-properties-common
apt install --yes software-properties-common
fi

install_host_packages
Expand Down Expand Up @@ -752,7 +752,7 @@ function install_host_packages_UbuntuServer {
# this will be a no-op.
#
apt update
apt install -y "linux-headers-$(uname -r)"
apt install --yes "linux-headers-$(uname -r)"

install_host_packages
else
Expand Down Expand Up @@ -1156,7 +1156,7 @@ APT'
function install_jail_zfs_packages_elementary {
print_step_info_header

chroot_execute "apt install -y software-properties-common"
chroot_execute "apt install --yes software-properties-common"

install_jail_zfs_packages
}
Expand Down

0 comments on commit 6181567

Please sign in to comment.