added wget

This commit is contained in:
Andrey Prokopenko
2021-09-18 13:06:53 +02:00
parent 473643ca74
commit deeb74d45d

View File

@@ -490,7 +490,7 @@ for kver in $(find /lib/modules/* -maxdepth 0 -type d | grep -v "$(uname -r)" |
done
echo "======= installing zfs stable on live system =========="
apt install software-properties-common
apt install software-properties-common wget
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'
apt update