Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 431 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 431 Bytes

A simple bash script to run on your Linux device.

  • 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 or
  • wget -O - https://raw.githubusercontent.com/GoGit-IT/bash/Home/setup.sh | sudo bash or
  • bash -c "$(curl -sSL https://raw.githubusercontent.com/GoGit-IT/bash/Home/setup.sh)" to run the scripts from GitHub.