aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/install.sh b/install.sh
index 398d593..7e478aa 100755
--- a/install.sh
+++ b/install.sh
@@ -40,9 +40,8 @@ mkdir /mnt/efi
mount ${PART}1 /mnt/efi
pacstrap /mnt base
genfstab -U /mnt >> /mnt/etc/fstab
-cd $SCRIPTPATH/..
-cp -r dotfiles /mnt
-touch dotfiles/installed
+cp -r . /mnt
+touch installed
fi
#echo "arch-chroot into the new system and run dotfiles/build.sh"
arch-chroot /mnt << EOF