From db9de5e5f013b246f5f5aa841a63f37f6448b807 Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Sat, 18 Apr 2020 19:39:00 -0400 Subject: can't remove remote or work/ doesn't matter --- install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install.sh b/install.sh index 0316fcf..2b6caf7 100755 --- a/install.sh +++ b/install.sh @@ -49,7 +49,6 @@ else mount /dev/Crypt/root /mnt mount ${PART}1 /mnt/efi fi -rm -r /mnt/root/dotfiles sudo install -d /mnt/root/dotfiles cp -r . /mnt/root/dotfiles arch-chroot /mnt << EOF -- cgit