-
Notifications
You must be signed in to change notification settings - Fork 7
Installation
Chrisjudk edited this page Nov 2, 2017
·
5 revisions
- Switch to the /home/<User>/Downloads directory
cd ~/Downloads
- Download the Ubuntu.sh file
- Stable version
wget https://raw.githubusercontent.com/chrisjudk/arrays-start-at-1/master/Ubuntu.sh https://raw.githubusercontent.com/chrisjudk/arrays-start-at-1/master/Ubuntu.conf
- Testing version
wget https://raw.githubusercontent.com/chrisjudk/arrays-start-at-1/testing/Ubuntu.sh https://raw.githubusercontent.com/chrisjudk/arrays-start-at-1/testing/Ubuntu.conf
- Stable version
- Change ownership to root user
sudo chown root:root ./Ubuntu.sh ./Ubuntu.conf
- Change execute permissions to 770
sudo chmod 770 ./Ubuntu.sh ./Ubuntu.conf
- Edit the config file (if needed) [nano or gedit may be used in place of vi]
sudo vi ./Ubuntu.conf
- Run the file
sudo ./Ubuntu.sh
This section of the project has not been added yet. Check back later for more info.