summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorCraig Jennings <craigmartinjennings@gmail.com>2023-05-16 09:47:54 -0500
committerCraig Jennings <craigmartinjennings@gmail.com>2023-05-16 09:47:54 -0500
commit4e99c4708ca49dd6ac376bda982c23cff7ea44cc (patch)
tree5a0f44eed07d9bac0ab94e30ec4f2558952d3642 /init
parent55817bca1c62265fba612e96a7fa5b20d7ad7354 (diff)
installing git along with ssh and tmux
Diffstat (limited to 'init')
-rw-r--r--init2
1 files changed, 1 insertions, 1 deletions
diff --git a/init b/init
index 5c7280a..c6c0aeb 100644
--- a/init
+++ b/init
@@ -4,7 +4,7 @@ pacman-key --init
pacman-key --refresh-keys
pacman-key --populate
pacman -Syy
-pacman -S --noconfirm openssh tmux
+pacman -S --noconfirm openssh tmux git
systemctl start sshd
echo "root:welcome" | chpasswd