Skip to content

Installation

Chrisjudk edited this page Nov 2, 2017 · 5 revisions

Linux

  1. Switch to the /home/<User>/Downloads directory
cd ~/Downloads
  1. 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
  2. Change ownership to root user
sudo chown root:root ./Ubuntu.sh ./Ubuntu.conf
  1. Change execute permissions to 770
sudo chmod 770 ./Ubuntu.sh ./Ubuntu.conf
  1. Edit the config file (if needed) [nano or gedit may be used in place of vi]
sudo vi ./Ubuntu.conf
  1. Run the file
sudo ./Ubuntu.sh

Windows

This section of the project has not been added yet. Check back later for more info.

Clone this wiki locally