|
5 months ago | |
---|---|---|
install | 5 months ago | |
ubuntu | 8 months ago | |
.drone.yml | 8 months ago | |
CNAME | 1 year ago | |
README.md | 8 months ago | |
_config.yml | 8 months ago |
This is a collection of shell scripts for easy management of your Linux install. The goal is to provide scripts for every possible use case from updating your system to configuring some special things. Feel free to provide your scripts.
It's simple. Just type this into your terminal and replace script
with the script to execute:
wget -qO- distro.tools/script | sh
when the script doesn't need sudo, or
sudo sh -c 'wget -qO- distro.tools/script | sh'
when the script needs sudo privileges.
These scripts are made to work with amd64 and aren't guaranteed to work with other architectures.
Scripts applicable on most distributions:
install/docker-compose
(sudo) - Install Docker Compose
install/golang
(sudo) - Install Go (requires tar)
install/gradle
(sudo) - Install Gradle (requires jq, unzip)
install/hugo
(sudo) - Install Hugo (extended version) (requires tar)
install/lazygit
(sudo) - Install lazygit (requires tar)
install/node
(sudo) - Install NodeJS using n
install/postman
(sudo) - Install Postman (requires tar)
install/telegram
(sudo) - Install Telegram (requires tar, xz-utils)
install/vscode
(sudo) - Install Visual Studio Code (requires tar)
Scripts focused on Ubuntu and derivates:
ubuntu/update
(sudo) - Update your Ubuntu system including Snaps and Flatpaks
ubuntu/removeoldsnaps
(sudo) - Remove old versions of installed Snaps