/system

CentOS and Ubuntu OS configuration scripts

Primary LanguageShellGNU General Public License v3.0GPL-3.0

CentOS 6, 7, 8 and Ubuntu system installation and configuration

Please, download all files before executing any script. There are several dependencies between them.

CentOS

yum install wget unzip -y
wget https://github.com/simplyjarod/system/archive/master.zip
unzip master.zip && cd system-master && rm -rf ../master.zip
chmod u+x *.sh -R

Ubuntu

git clone https://github.com/simplyjarod/system && cd system
bash setup.sh