Skip to content

Instantly share code, notes, and snippets.

View bniebuhr's full-sized avatar

Bernardo Brandão Niebuhr bniebuhr

View GitHub Profile
@bniebuhr
bniebuhr / upgrade.sh
Created January 1, 2019 18:59 — forked from bocharsky-bw/upgrade.sh
Shell Script for Upgrade Ubuntu via APT in one step
#!/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