fix unicode sign

This commit is contained in:
2024-08-04 10:49:20 +02:00
parent 061eec50f1
commit dd58dcf4d7
+1 -1
View File
@@ -68,7 +68,7 @@ fi
# Set Proxy # Set Proxy
function setproxy() { function setproxy() {
export {http,https,ftp}_proxy="http://vm-ubuntu-docker:8888" export {http,https,ftp}_proxy="http://vm-ubuntu-docker:8888"
export no_proxy=localhost,127.0.0.1,192.168.16.0/24 export no_proxy='localhost,127.0.0.1,192.168.16.0/24'
} }
# Unset Proxy # Unset Proxy