This commit is contained in:
Philippe Caseiro 2023-01-04 14:38:34 +01:00
parent 759d308265
commit 6449c907bb
1 changed files with 1 additions and 4 deletions

View File

@ -2,7 +2,7 @@
set -xeo pipefail
# Run the installer
yes | setup-alpine -e -f install.conf
setup-alpine -e -f install.conf
# Copy ssh keys
echo "Copy packer ssh key"
@ -11,8 +11,5 @@ cp -rp .ssh /mnt/root/
sync
umount /mnt
apk update
apk add curl jq
echo "Rebooting the host after install"
reboot -nf