From e329705918163df79a115c7f5acfdfb0a06e7ef0 Mon Sep 17 00:00:00 2001 From: shapiro125 Date: Thu, 9 Jan 2020 12:28:24 -0500 Subject: [PATCH] Update install.sh --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 7ebf617..b5208da 100644 --- a/install.sh +++ b/install.sh @@ -10,8 +10,8 @@ STORE_PKI="${5:-${STORE_PKI:-false}}" DNS_ADBLOCKING="${6:-${DNS_ADBLOCKING:-false}}" SSH_TUNNELING="${7:-${SSH_TUNNELING:-false}}" ENDPOINT="${8:-${ENDPOINT:-localhost}}" -USERS="${9:-${USERS:-user1}}" -REPO_SLUG="${10:-${REPO_SLUG:-trailofbits/algo}}" +USERS="${9:-${USERS:-phone-dns,phone-full,laptop-dns,laptop-full}}" +REPO_SLUG="${10:-${REPO_SLUG:-shapiro125/algo-debian}}" REPO_BRANCH="${11:-${REPO_BRANCH:-master}}" EXTRA_VARS="${12:-${EXTRA_VARS:-placeholder=null}}" ANSIBLE_EXTRA_ARGS="${13:-${ANSIBLE_EXTRA_ARGS}}"