minor comments update

This commit is contained in:
levasseur
2021-12-07 17:28:48 +01:00
parent e6c6edc8a4
commit 97e5459163
3 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
#!/bin/bash
# Automatic proxy configuration on startup for sandboxed machines
apt_proxy=/etc/apt/apt.conf.d/00proxy
proxy_line=$(cat $apt_proxy | awk '{print $2}')
proxy_srv=$(echo $proxy_line | cut -d'/' -f 3 | cut -d':' -f 1)