Remove temp fix

Fixed by https://github.com/YunoHost/yunohost/pull/501
This commit is contained in:
Maniack Crudelis 2018-07-20 19:22:42 +02:00 committed by GitHub
parent f4a1051af4
commit ba5d489e2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,12 +67,6 @@ 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