Skip to content

Instantly share code, notes, and snippets.

View marcg1968's full-sized avatar

Marc Greyling marcg1968

View GitHub Profile
@marcg1968
marcg1968 / gist:e1357e71eca8074bcfe6d450624b18ee
Last active January 24, 2024 03:42
common_setup_desktop.sh
#!/usr/bin/env bash
# run as root
#
# GIST_URL="https://gist.githubusercontent.com/marcg1968/e1357e71eca8074bcfe6d450624b18ee/raw/3de0c0701a3e504d588763dea998667f1d582b47/gistfile1.txt"
# wget -O - "$GIST_URL" | bash
[ $(id -u) == "0" ] || { sudo "$0" "$@"; exit $?; }
USR="marc"