From 2b41aa05ce895c4c3bd91ec9abf5412ee998dc7a Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Tue, 16 May 2023 09:57:14 -0500 Subject: loading archiso-zfs remotely --- init | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'init') diff --git a/init b/init index c6c0aeb..a658d12 100644 --- a/init +++ b/init @@ -7,5 +7,7 @@ pacman -Syy pacman -S --noconfirm openssh tmux git systemctl start sshd echo "root:welcome" | chpasswd - +curl -s https://raw.githubusercontent.com/eoli3n/archiso-zfs/master/init | bash git clone https://git.cjennings.net/archsetup.git + + -- cgit v1.2.3