Bash script which enables users to download the latest release from their favourite Github tool. The script downloads the archive file, extracts it and moves it to the /opt/ folder. Afterwards the downloaded archive files are removed from the current working folder. The goal is to make the installment of (mainly cybersecurity related tools) projects easier.
git clone https://github.com/bl13pbl03p/autogit.git
cd autogit
sudo bash autogit.sh -u "https://api.github.com/repos/anotheruser/anotherproject/releases"
- Build initial script
- Make compatible for more archive files