- Always make sure you NEVER run any scripts from untrusted sources!
Usage:
wget -O - https://raw.githubusercontent.com/GoGit-IT/bash/Home/setup.sh | bash
orwget -O - https://raw.githubusercontent.com/GoGit-IT/bash/Home/setup.sh | sudo bash
orbash -c "$(curl -sSL https://raw.githubusercontent.com/GoGit-IT/bash/Home/setup.sh)"
to run the scripts from GitHub.