summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2024-11-10 18:14:43 -0600
committerCraig Jennings <c@cjennings.net>2024-11-10 18:14:43 -0600
commitd5d726c06d98a9229d63dcee04dbaf0808e87041 (patch)
tree67fae44082a7931231583286af91f37f81e06688 /init
parent6505bb4b561fac0dd3ed0606bf8833c9394448a7 (diff)
don't upgrade; add ip address var
Diffstat (limited to 'init')
-rwxr-xr-xinit4
1 files changed, 2 insertions, 2 deletions
diff --git a/init b/init
index dad4c03..159fe6a 100755
--- a/init
+++ b/init
@@ -1,5 +1,5 @@
#!/bin/sh
-pacman -Syu --noconfirm
+pacman -Sy --noconfirm
pacman -S --noconfirm tmux git
systemctl start sshd
@@ -9,4 +9,4 @@ ipaddress=$(ip addr show wlan0 | grep 'inet ' | awk '{print $2}' | cut -d/ -f1)
echo ""; echo ""; echo "init complete. "
-echo "you may ssh root@$hostname or ssh root@ipaddress using the password 'welcome'"
+echo "you may ssh root@$hostname or ssh root@$ipaddress using the password 'welcome'"