diff --git a/patch.sh b/patch.sh new file mode 100644 index 0000000..a860e3c --- /dev/null +++ b/patch.sh @@ -0,0 +1,10 @@ +#!/usr/bin/env bash + +if [ "$EUID" -eq 0 ] + then echo "Please don't run as root" + exit +fi + +BASEDIR=$(dirname "$0") +sudo python3 $BASEDIR/patch_xkb.py +bash $BASEDIR/enable_gnome.sh