Skip to content

Instantly share code, notes, and snippets.

View Unixware's full-sized avatar

Unixware

View GitHub Profile
#
# Debian custom minimal desktop post-install script, openbox + apps I use
#
if ! [ $(id -u) = 0 ]; then
echo "This script must run with sudo, try again..."
exit 1
fi
clear
export inst="sudo apt install -y --no-install-recommends"