cjnewbs / Centos7-Setup

Bash Script to automate the installation of various packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Usage

To use this setup script run the following command from your bash shell: wget https://raw.githubusercontent.com/cjnewbs/Centos7-Setup/master/setup && chmod +x setup && ./setup

This will download the script to your current directory, give it execute permissions then run it.

This script is intended to be run as root when inital installation is complete.

##TODO Add functionality to: Configure SSH: disable password login, add keys, Add administrative users, Add vhost configurations.

About

Bash Script to automate the installation of various packages

License:MIT License