fup
This commit is contained in:
parent
759d308265
commit
6449c907bb
|
@ -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
|
Loading…
Reference in New Issue