diff options
author | Holden Rohrer <hr@hrhr.dev> | 2020-04-15 16:44:25 -0400 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2020-04-15 16:44:25 -0400 |
commit | 8a9527fda16080fec2e9193bd81c7b1a4b6782f8 (patch) | |
tree | 8a58b7786b318fc0fafc27819a8a2fb6c689860d | |
parent | cc09ba8ace75b3177d7eb17963be421c10304ade (diff) |
made install sentry in wrong dir
-rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |