This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# 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" |