Update proxy bridge setup

This commit is contained in:
tke
2026-05-22 13:01:54 +02:00
parent 203f2bf189
commit 7f73746427
7 changed files with 341 additions and 250 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#!/bin/bash
config_file='/etc/apt/apt.conf.d/80certproxy'
config_file='/etc/apt/apt.conf.d/80proxy'
#remove proxy settings from docker
if [[ "${1}" == "off" ]]; then
echo "TURNING OFF PROXY FOR APT"