simplyjarod / system

CentOS and Ubuntu OS configuration scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

CentOS and Ubuntu OS configuration scripts

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%