summaryrefslogtreecommitdiff
path: root/init
blob: c6c0aebf3f31b5adfaaf86672890d502e96c370e (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

pacman-key --init
pacman-key --refresh-keys
pacman-key --populate
pacman -Syy
pacman -S --noconfirm openssh tmux git
systemctl start sshd
echo "root:welcome" | chpasswd

git clone https://git.cjennings.net/archsetup.git