diff --git a/bootstrap.sh b/bootstrap.sh index f17b299..cefdc08 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -41,6 +41,3 @@ echo "${SERVER} ssh-${KEY_ALGORITHM} ${KEY_PUBLIC}" \ # packages apt-get install --yes "${PACKAGES[@]}" \ || exit - -# remove -rm --force --recursive "${ROOT}"