From 743b49d6e2b1ce6374848ca58df0d07116d9a3a6 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sat, 26 Dec 2020 23:08:53 -0500 Subject: [PATCH] untested inital image builder. --- arcroft/build-arcroft.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arcroft/build-arcroft.sh b/arcroft/build-arcroft.sh index 06a8ac7..b88094a 100755 --- a/arcroft/build-arcroft.sh +++ b/arcroft/build-arcroft.sh @@ -160,6 +160,10 @@ makepkg -si --noconfirm cd ~ rm -rf yay yay -S --needed --noconfirm fann magic-wormhole mimic +git clone https://github.com/MycroftAI/mycroft-core.git +cd mycroft-core +bash dev_setup.sh +cd ~ exit # Configure sudo for group wheel, remove nopasswd for the mycroft user sed '/mycroft/d' /etc/sudoers.d/wheel