From fb20e3219c4c8ef025b5e4256b896fc184ea6e8c Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Thu, 25 Apr 2024 10:15:18 +0200 Subject: [PATCH] =?UTF-8?q?=E2=88=92remove?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bootstrap.sh | 3 --- 1 file changed, 3 deletions(-) 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}"