diff options
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ else mount /dev/Crypt/root /mnt mount ${PART}1 /mnt/boot fi -sudo install -d /mnt/root/dotfiles +mkdir -pv /mnt/root/dotfiles cp -r . /mnt/root/dotfiles arch-chroot /mnt << EOF sh /root/dotfiles/build.sh |