Encrypted proxy killswitch + TUN optimization #1

Open
zenaku wants to merge 54 commits from feature/merge-encrypted-proxy into master
Showing only changes of commit eaa28aada1 - Show all commits

View file

@ -12,10 +12,11 @@ step_repos() {
}
_clone_repos() {
for name in core essentials cli gui; do
for name in essentials cli gui core; do
local url="${REPO_URLS[$name]}"
local branch="${REPO_BRANCHES[$name]}"
local dest="${REPO_DIRS[$name]}"
log_ok "HIJUEPUTA"
if [ -d "$dest" ]; then
log_warn "Repo ya existe: ${dest}"