-
Notifications
You must be signed in to change notification settings - Fork 0
Setup Intel NUC using bash script
You can perform this installation either using Ethernet or WIFI. If you choose ethernet you need to connect it before booting from the USB.
Boot your NUC using a live USB from archlinux If you want to use WIFI then configure it using:
# wifi-menu
After that you can run the setup script. This script runs all the commands in order to install Castmill and all its dependencies in the harddrive. NOTE THAT ALL CONTENT IN THE HARDDRIVE WILL BE DELETED FOREVER.
The script will ask you for a password. This password is very important and you will need it during the installation as well as for future maintenance. Use a good password and keep it on a safe place. If the script asks you some y/n question, answer with y. Note that the keyboard will be in US layout.
# bash <(curl -s https://castmill-scripts.s3.eu-central-1.amazonaws.com/arch-setup.sh)
After running the script, shutdown the NUC:
# shutdown now
When shutdown is completed you can remove the USB stick, and then start the device again, this time it will boot inside Castmill. If you are running with WIFI, you will need to use a mouse to configure the WIFI settings.