aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorHolden Rohrer <hr@hrhr.dev>2020-04-18 22:05:42 -0400
committerHolden Rohrer <hr@hrhr.dev>2020-04-18 22:06:14 -0400
commitb4f1681909a0016c6c7583c7f965d75cef2fda92 (patch)
tree5090406029b6065869e2ef1790b4d717ff1c5c4a /install.sh
parent47b3ff0e10aa447da09957966116d638305d337f (diff)
added .ssh keys because they're encrypted
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 76a4bf4..526eeb7 100755
--- a/install.sh
+++ b/install.sh
@@ -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