Skip to content

Commit

Permalink
add blank line before hostname prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
SolidHal committed Nov 23, 2024
1 parent 1902346 commit 8288ea1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/InstallScripts/InstallPrawnOS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,7 @@ setup_hostname() {
#this works fine in the expansion use as TARGET_MOUNT is simply empty

while true; do
echo ""
echo "PrawnOS is configured to *not* send the hostname of this device to routers. Routers see a blank hostname."
read -r -p "Would you like to set a custom hostname (default: prawnos)? [y/n]" response
case $response in
Expand Down

0 comments on commit 8288ea1

Please sign in to comment.