Skip to content

Instantly share code, notes, and snippets.

View MikeWard0321's full-sized avatar

Michael Ward MikeWard0321

View GitHub Profile
@MikeWard0321
MikeWard0321 / upgrade.sh
Last active June 29, 2023 05:37 — forked from bocharsky-bw/upgrade.sh
Shell Script for COMPLETE Clean and Ubuntu APT, Flatpack, and Snap Upgrade in one step with Y/N Option to Reboot if Flagged
#!/bin/bash
TEXT_RESET='\e[0m'
TEXT_YELLOW='\e[0;33m'
TEXT_RED_B='\e[1;31m'
sudo apt-get update
echo -e $TEXT_YELLOW
echo 'APT update finished...'
echo -e $TEXT_RESET