From 9be572a6a0f77bd1f74a33f6caa064cd90c94890 Mon Sep 17 00:00:00 2001 From: beech Date: Sat, 6 Jul 2024 01:41:24 -0500 Subject: [PATCH] Hostname comment --- preinstall2.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/preinstall2.sh b/preinstall2.sh index a4d600a..735124b 100644 --- a/preinstall2.sh +++ b/preinstall2.sh @@ -1,6 +1,7 @@ #!/usr/bin/env bash # Create your user account following the README instructions before running this. +# Edit hostname on line 21 if desired # generate locales @@ -15,7 +16,7 @@ export LANG=en_US.UTF-8 ln -s /usr/share/zoneinfo/America/Chicago > /etc/localtime hwclock --systohc --utc -# set hostname +# set hostname - edit archdesk with preferred hostname echo archdesk > /etc/hostname