auto: bootstrapping sparky

This commit is contained in:
Sam 2024-05-23 13:37:11 +01:00
parent 172e5faefa
commit 3381e2e689
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ for the root user.
read -p "Confirm host had been setup using the above steps...(yes|no): " confirm read -p "Confirm host had been setup using the above steps...(yes|no): " confirm
[ "$confirm" != "yes" ] && echo "Exiting" && exit 0 [ "$confirm" != "yes" ] && echo "Exiting" && exit 0
hostname="bootstrap" hostname="sparky"
ip="192.168.122.192" ip="192.168.122.192"
config="bootstrap" config="bootstrap"