fup
This commit is contained in:
parent
759d308265
commit
6449c907bb
|
@ -2,7 +2,7 @@
|
||||||
set -xeo pipefail
|
set -xeo pipefail
|
||||||
|
|
||||||
# Run the installer
|
# Run the installer
|
||||||
yes | setup-alpine -e -f install.conf
|
setup-alpine -e -f install.conf
|
||||||
|
|
||||||
# Copy ssh keys
|
# Copy ssh keys
|
||||||
echo "Copy packer ssh key"
|
echo "Copy packer ssh key"
|
||||||
|
@ -11,8 +11,5 @@ cp -rp .ssh /mnt/root/
|
||||||
sync
|
sync
|
||||||
umount /mnt
|
umount /mnt
|
||||||
|
|
||||||
apk update
|
|
||||||
apk add curl jq
|
|
||||||
|
|
||||||
echo "Rebooting the host after install"
|
echo "Rebooting the host after install"
|
||||||
reboot -nf
|
reboot -nf
|
Loading…
Reference in New Issue