diff options
-rw-r--r-- | src/bootstrap.sh | 3 |
1 files changed, 0 insertions, 3 deletions
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 } |