kingspp / RPi-AUI

It is a basic introduction for Configuring Raspberry Pi
GNU General Public License v3.0
4 stars 2 forks source link

Raspberry-Pi-AUI v6.2

Basic introduction for Configuring Raspberry Pi

Steps to install Raspberry-Pi-AUI:

Installation via 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)

Installation via 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

How to contribute?

Take a look at CONTRIBUTING.md

Note

Wget error. Execute:

sudo pacman -Syu wget

Milestone