From db04cf948e6cc80b0de9af2d7248a5c38e63fa33 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Thu, 26 Sep 2024 11:15:56 +0100 Subject: Add localhost setup --- install.sh | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 2020420..70f5ef0 100644 --- a/install.sh +++ b/install.sh @@ -272,6 +272,13 @@ echo "export EDITOR=vim" >> /mnt/etc/profile # Set hostname echo "${hostname}" > /mnt/etc/hostname +# Setup localhost +tee -a /mnt/etc/hosts <