JustOneMoreBlock / shell-scripts

Various Shell Scripts
MIT License
5 stars 7 forks source link

Various Shell Scripts

These are shell scripits I've been writing to make things easier. :)

MIT License

Auto Install Multicraft

(Supported Versions: Ubuntu 14-16, Debian 7/8 and CentOS 6/7)

yum -y install wget; apt-get -y install wget; wget https://raw.githubusercontent.com/JustOneMoreBlock/shell-scripts/master/auto-install-multicraft.sh -O auto-install-multicraft.sh; chmod +x auto-install-multicraft.sh; sh auto-install-multicraft.sh

Built-In:

Auto Install cron for Automatic Security Updates: (Supported Versions: Ubuntu, Debian and CentOS 6 and 7)

yum -y install wget; sudo apt-get -y install wget; wget; wget https://raw.githubusercontent.com/JustOneMoreBlock/shell-scripts/master/automatic-security-updates.sh -O automatic-security-updates.sh; chmod +x automatic-security-updates.sh; sh automatic-security-updates.sh