Skip to content
Snippets Groups Projects
Verified Commit af2b0bf2 authored by Marco Marinello's avatar Marco Marinello
Browse files

Clean apt proxy configuration

parent d50f5071
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,8 @@ EOF
apt install -t stretch-backports -qq -y ansible
echo "[FUSS] Launch upgrade playbook"
ansible-playbook -c local -i localhost, /root/upgrade.yml
echo "[FUSS] Cleanup current proxy configuration"
echo -n > /etc/apt/apt.conf
echo "[FUSS] Run fuss-client -U"
fuss-client -U
echo "[FUSS] Cleaning up..."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment