aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorHolden Rohrer <hr@hrhr.dev>2020-05-12 22:51:01 -0400
committerHolden Rohrer <hr@hrhr.dev>2020-05-12 22:53:27 -0400
commitd9a007518599333cc50a1e558bd4e20953dd2833 (patch)
treee309e52a929f28e739d25e4b3eed881fa9dda9a4 /install.sh
parentd62f1c467706b15d3f69931942754f4e2917bc3e (diff)
improved minecraft, added avr, freecad, build
The build now auto-detects wireless interface and sets java for minec- raft. It also allows for an interactive `passwd` question.
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