Temp fix - remove dns-root-data

This commit is contained in:
Maniack Crudelis 2018-06-25 01:41:44 +02:00 committed by GitHub
parent 151b7a230f
commit f4a1051af4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,6 +67,12 @@ sudo lxc-start -n $LXC_NAME -d
sleep 3 sleep 3
sudo lxc-ls -f sudo lxc-ls -f
### FIX
echo -e "\e[1m> Temporary fix...\e[0m"
sudo lxc-attach -n $LXC_NAME -- apt-get remove dns-root-data
sudo lxc-attach -n $LXC_NAME -- systemctl restart dnsmasq
### FIX
echo -e "\e[1m> Update\e[0m" echo -e "\e[1m> Update\e[0m"
update_apt=0 update_apt=0
sudo lxc-attach -n $LXC_NAME -- apt-get update sudo lxc-attach -n $LXC_NAME -- apt-get update