From 5daddeb0848a1e3f3dfc607b111fdc6cc52186fa Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Fri, 29 Nov 2024 15:23:49 -0600 Subject: avoid hardcoding network interface --- init | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/init b/init index 159fe6a..bf22cd3 100755 --- a/init +++ b/init @@ -1,12 +1,21 @@ #!/bin/sh + +# update and install tmux and git pacman -Sy --noconfirm pacman -S --noconfirm tmux git -systemctl start sshd +# change the root password echo "root:welcome" | chpasswd + +# find the hostname from the file hostname=$(