From 01cc08383d783b6898c189a1f2dda040ddb373ed Mon Sep 17 00:00:00 2001 From: Andrey Prokopenko <9478806+terem42@users.noreply.github.com> Date: Sat, 18 Sep 2021 13:26:53 +0200 Subject: [PATCH] update --- virtualbox-debian11-zfs-setup.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/virtualbox-debian11-zfs-setup.sh b/virtualbox-debian11-zfs-setup.sh index 2eca17d..8a84c21 100644 --- a/virtualbox-debian11-zfs-setup.sh +++ b/virtualbox-debian11-zfs-setup.sh @@ -127,10 +127,10 @@ function check_prerequisites { # echo "SSH pubkey file is absent, please add it to the rescue system setting, then reboot into rescue system and run the script" # exit 1 # fi - if ! dpkg-query --showformat="\${Status}" -W dialog 2> /dev/null | grep -q "install ok installed"; then - apt install --yes dialog - fi - apt install software-properties-common wget debootstrap +# if ! dpkg-query --showformat="\${Status}" -W dialog 2> /dev/null | grep -q "install ok installed"; then +# apt install --yes dialog +# fi + apt install --yes dialog software-properties-common wget debootstrap } function initial_load_debian_zed_cache {