aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/install.sh b/install.sh
index 526eeb7..21a1acc 100755
--- a/install.sh
+++ b/install.sh
@@ -51,7 +51,4 @@ else
fi
mkdir -pv /mnt/root/dotfiles
cp -r . /mnt/root/dotfiles
-arch-chroot /mnt << EOF
- sh /root/dotfiles/build.sh
-EOF
-echo "DONE! You should set passwords, move around ssh keys, etc."
+arch-chroot /mnt /root/dotfiles/build.sh