Scripts for system administration and automating various things.
Caution
Always CHECK and UNDERSTAND functions of THE SCRIPT files before running them on your system!
To download script using Linux shell click preferred script in Github and copy link address from "Raw" box.

You can use wget for downloading the script.
wget https://github.com/sloul1/script/raw/main/updates.shMake .sh files are excutable before trying to run them:
chmod +x updates.shIf the commands in the script aren't created with sudo you might need to run the script as super user:
sudo ./updates.sh