Skip to content

Instantly share code, notes, and snippets.

View vlietz's full-sized avatar

Valentin vlietz

View GitHub Profile
@vlietz
vlietz / post_install.sh
Last active January 22, 2020 11:56 — forked from waleedahmad/post_install.sh
Ubuntu post installation script for installing software of your choice.
#!/bin/bash
if [[ "$EUID" -ne 0 ]]; then
echo "This script must be run as root"
exit 1
else
#Update and Upgrade
echo "Updating and Upgrading (and cleanup)"
sudo apt-get autoremove #cleanup unused