summaryrefslogtreecommitdiff
path: root/init
blob: 8f79990dc99f70f908d754d8cf2df99072e8e4d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
pacman-key --init
pacman-key --populate
pacman-key --refresh-keys
pacman -Syy
pacman -S --noconfirm tmux git
systemctl start sshd

echo "root:welcome" | chpasswd
curl -s https://raw.githubusercontent.com/eoli3n/archiso-zfs/master/init | bash

hostname=$(</etc/hostname)
echo ""; echo ""; echo "init complete. "; echo "you may ssh root@$hostname using the password 'welcome'"