From 39e1b942910758aceb83c966ff1bba976261ba0e Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 9 Mar 2022 18:20:01 +0000 Subject: added new repos --- src/bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/bootstrap.sh b/src/bootstrap.sh index 946148b..28d5718 100644 --- a/src/bootstrap.sh +++ b/src/bootstrap.sh @@ -51,9 +51,9 @@ bootstrap () { create_directories printf "${GREEN}${CHECKMARK}\n" - sync + ${DO_SYNC} && sync - install $@ + [ "$#" != "0" ] && install $@ import_keys } -- cgit v1.2.1