From 7b95d9724b5ae58a052e3df898a5a81c4271cac8 Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 11 May 2022 16:24:49 +0100 Subject: removed extra sync --- src/bootstrap.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/bootstrap.sh b/src/bootstrap.sh index d8adfa5..f5fba78 100644 --- a/src/bootstrap.sh +++ b/src/bootstrap.sh @@ -62,9 +62,6 @@ bootstrap () { create_directories printf "${GREEN}${CHECKMARK}\n" - ${DO_SYNC} && sync - [ "$#" != "0" ] && install $@ - import_keys } -- cgit v1.2.1