Merge branch 'master' of ssh://git.my-web.xyz:2222/milan/usl-mm

This commit is contained in:
root 2021-07-22 15:46:22 +02:00
commit 3fbeb460c0
1 changed files with 5 additions and 0 deletions

View File

@ -48,6 +48,9 @@ for i in $(cat /root/onstart | grep "firewall")
do echo "$i" >> /root/onstart-new
done
echo "cryptdisks_start cryptswap1" >> /root/onstart-new
echo "swapon -a" >> /root/onstart-new
chmod +x /root/onstart-new
mv /root/onstart /root/onstart-old
@ -58,5 +61,7 @@ zfs set mountpoint=/var/snap/lxd/common/lxd crypt/lxd/dir
snap switch --channel 4.16/stable lxd
snap refresh
apt install uptrack -y
read -p "Press any key for reboot"
reboot