Basic introduction for Configuring Raspberry Pi
wget
:wget -O - https://raw.githubusercontent.com/kingspp/RPi-AUI/master/aui-setup.sh | sudo bash
(if you get error regarding wget, see the note in the bottom)
curl
:curl -L https://raw.githubusercontent.com/kingspp/RPi-AUI/master/aui-setup.sh | sudo bash
Commands | Description |
---|---|
aui | Arch Ultimate Install UI |
aui-disp | Display UI |
aui-oc | OverClocking UI |
aui-userm | Usermanagement UI |
aui-util | Utility Manager UI |
Take a look at CONTRIBUTING.md
Wget error. Execute:
sudo pacman -Syu wget