mirror of
https://github.com/terem42/zfs-hetzner-vm.git
synced 2026-01-04 12:45:07 +00:00
update
This commit is contained in:
@@ -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"
|
# 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
|
# exit 1
|
||||||
# fi
|
# fi
|
||||||
if ! dpkg-query --showformat="\${Status}" -W dialog 2> /dev/null | grep -q "install ok installed"; then
|
# if ! dpkg-query --showformat="\${Status}" -W dialog 2> /dev/null | grep -q "install ok installed"; then
|
||||||
apt install --yes dialog
|
# apt install --yes dialog
|
||||||
fi
|
# fi
|
||||||
apt install software-properties-common wget debootstrap
|
apt install --yes dialog software-properties-common wget debootstrap
|
||||||
}
|
}
|
||||||
|
|
||||||
function initial_load_debian_zed_cache {
|
function initial_load_debian_zed_cache {
|
||||||
|
|||||||
Reference in New Issue
Block a user