From 8236fb412278bc649a8d6039bc279aef017ab195 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Fri, 26 May 2023 14:21:22 -0500 Subject: don't need to sign key --- init | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init b/init index c0f4667..e324448 100644 --- a/init +++ b/init @@ -3,11 +3,12 @@ pacman-key --init # pacman-key --populate pacman-key --refresh-keys -pacman-key --lsign-key DDF7DB817396A49B2A2723F7403BD972F75D9D76 +# pacman-key --lsign-key DDF7DB817396A49B2A2723F7403BD972F75D9D76 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