This commit is contained in:
Marc Beninca 2024-03-25 20:03:02 +01:00
parent 6890791909
commit 7248db6bca
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -37,4 +37,8 @@ echo "${SERVER} ssh-${KEY_ALGORITHM} ${KEY_PUBLIC}" \
|| exit || exit
# packages # packages
apt-get install --yes "${PACKAGES[@]}" apt-get install --yes "${PACKAGES[@]}" \
|| exit
# remove
rm --force --recursive "${ROOT}"