jonesy-b-dev / LinuxInstallScripts

Host of my linux install scripts so i can curl them

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linux Install Scripts

Repository where I host post install script for Linux installs.

Usage

To use the scripts use any of the following commands on a preffered place on your Linux machine.

Arch

# Download file
curl -O https://jonesy-b-dev.github.io/LinuxInstallScripts/installArch.sh

# Give execution permission
chmod +x installArch.sh

# Run the script
./installArch.sh

About

Host of my linux install scripts so i can curl them


Languages

Language:Shell 100.0%