mirror of
https://github.com/terem42/zfs-hetzner-vm.git
synced 2025-12-22 23:08:36 +00:00
update
This commit is contained in:
@@ -130,6 +130,7 @@ function check_prerequisites {
|
|||||||
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
|
||||||
}
|
}
|
||||||
|
|
||||||
function initial_load_debian_zed_cache {
|
function initial_load_debian_zed_cache {
|
||||||
@@ -490,7 +491,6 @@ for kver in $(find /lib/modules/* -maxdepth 0 -type d | grep -v "$(uname -r)" |
|
|||||||
done
|
done
|
||||||
|
|
||||||
echo "======= installing zfs stable on live system =========="
|
echo "======= installing zfs stable on live system =========="
|
||||||
apt install software-properties-common wget debootstrap
|
|
||||||
wget -O - https://apt.terem.fr/apt_pub.gpg | apt-key add -
|
wget -O - https://apt.terem.fr/apt_pub.gpg | apt-key add -
|
||||||
add-apt-repository 'deb [arch=amd64] http://apt.terem.fr/public zfs-debian main'
|
add-apt-repository 'deb [arch=amd64] http://apt.terem.fr/public zfs-debian main'
|
||||||
apt update
|
apt update
|
||||||
|
|||||||
Reference in New Issue
Block a user