From d9a007518599333cc50a1e558bd4e20953dd2833 Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Tue, 12 May 2020 22:51:01 -0400 Subject: 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. --- build.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build.sh') diff --git a/build.sh b/build.sh index ab4d8ba..52dd0af 100755 --- a/build.sh +++ b/build.sh @@ -22,9 +22,13 @@ locale-gen sh mod.sh sh config.sh +archlinux-java set java-8-openjdk sh source.sh grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=GRUB grub-mkconfig -o /boot/grub/grub.cfg mkinitcpio -P +systemctl enable wpa_supplicant@$(basename /sys/class/net/wl*) sed 's:#.*$::' services | xargs systemctl enable + +passwd -- cgit