This GitHub repository houses various in-house scripts used within the HomeLab environment. So far, only Bash scripts designed for Ubuntu 22.04 LTS is supprted.
Read more about AMP Here
./Amp/ampupdate.sh
- Script to auto-update the System as well as all AMP instances for the main stream releases. (Called byampup
command)./Amp/ampdeploy.sh
- Script to auto-deploy the AMP service to a fresh Ubuntu 1804 VM. Includes various hotfixes for known Ubuntu issues prior to install
./PiHole/piup.sh
- Script to auto-update the System as well as PiHole. (Called bypiup
command)
./Ubuntu/installScripts.sh
- Script to install all the scripts! Script-ception! (Called byreloadscripts
command)./Ubuntu/grp.sh
- Git Reset Pull on the Shell Scripts repo to auto-pull updates (Called bygrp
command)./Ubuntu/up.sh
- Updates System - (Called byupds
command)./Ubuntu/resizeDisk.sh
- resize the logical volume and filesystem to 100% Free - (Called byresizedisk
command)
Clone the Repository, modify to allow for script execution, run the install script
sudo git clone https://github.com/Loafabreadly/Shell-Scripts.git
sudo chmod -R +x ./Shell-Scripts/
source ./Shell-Scripts/Ubuntu/installScripts.sh