From 8a9527fda16080fec2e9193bd81c7b1a4b6782f8 Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Wed, 15 Apr 2020 16:44:25 -0400 Subject: made install sentry in wrong dir --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index d2aaf88..398d593 100755 --- a/install.sh +++ b/install.sh @@ -42,7 +42,7 @@ pacstrap /mnt base genfstab -U /mnt >> /mnt/etc/fstab cd $SCRIPTPATH/.. cp -r dotfiles /mnt -touch installed +touch dotfiles/installed fi #echo "arch-chroot into the new system and run dotfiles/build.sh" arch-chroot /mnt << EOF -- cgit