diff --git a/src/run.sh b/src/run.sh index 2a88e6e..105b4a0 100755 --- a/src/run.sh +++ b/src/run.sh @@ -281,8 +281,9 @@ stage_begin "$?" "Failed to run 1 or more post-install tasks"; step_current="5"; -# This is here so that we can be sure it runs last, as it may prompt the user about ssh keys! Then we don't have to site around waiting. -source "steps-last/10-ssh-cluster-config.sh"; +# This is here so that we can be sure it runs last, as it may prompt the user about ssh keys! Then we don't have to sit around waiting. +# Commented out for now, as I'm unsure as to whether we actually need this atm or not +# source "steps-last/10-ssh-cluster-config.sh"; source "steps-last/15-ufw.sh"; @@ -310,4 +311,5 @@ $(cat /etc/hostname) is now ready for use! Here's a quick checklist: • Ensure a static IP is configured on the router if required • Reboot me to ensure everything is working as intended + • If eldarion is to access this for CI builds autonomously, update known_hosts by executing ssh -T dietpi@${new_hostname} AFTER rebooting. " | "${rainbow}";