remove
This commit is contained in:
parent
6890791909
commit
7248db6bca
1 changed files with 5 additions and 1 deletions
|
@ -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}"
|
||||||
|
|
Loading…
Reference in a new issue