diff --git a/install.sh b/install.sh index 806feb8..b667355 100755 --- a/install.sh +++ b/install.sh @@ -36,8 +36,10 @@ EOF } # Defaults -APT_PROXY="http://192.168.45.2:3142" +#APT_PROXY="http://192.168.45.2:3142" DOCKER_REGISTRY_MIRROR="http://192.168.45.2:5000" +APT_PROXY="" +#DOCKER_REGISTRY_MIRROR="" CTID="" CORES="4" MEMORY="4096"