1
Fork 0
Scripts for lazy Linux users https://distro.tools/
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jan-Lukas Else 9d7efcd2e3 Adapt docker-compose to v2 1 year ago
install Adapt docker-compose to v2 1 year ago
ubuntu New ubuntu script: removeoldsnaps 3 years ago
CNAME distro.tools 4 years ago
README.md Add golangci-lint 1 year ago
_config.yml Fix GH pages 3 years ago

README.md

distro.tools

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.

How to use

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.

Overview of scripts

These scripts are made to work with amd64 and aren't guaranteed to work with other architectures.

All

Scripts applicable on most distributions:

Install

install/docker-compose (sudo) - Install Docker Compose
install/golang (sudo) - Install Go (requires tar)
install/golangci-lint (sudo) - Install golangci-lint (requires tar, find)
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)

Ubuntu

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