add install_additionals - vpn, local proxy, cron

This commit is contained in:
2023-04-27 09:24:21 +00:00
parent dfbf890422
commit acc9682483
3 changed files with 55 additions and 1 deletions

View File

@@ -12,6 +12,9 @@ fi
PUBLIC_PROXY=$(toUpperCase $PUBLIC_PROXY)
SMARTHOST_PROXY=$(toUpperCase $SMARTHOST_PROXY)
LOCAL_PROXY=$(toUpperCase $LOCAL_PROXY)
VPN_PROXY=$(toUpperCase $VPN_PROXY)
CRON=$(toUpperCase $CRON)
GIT_REPOSITORY=$GIT_REPOSITORY
HOST=$HOST
PORT=$PORT