Create patch.sh

This commit is contained in:
Lu Baumann 2023-04-26 11:33:53 +02:00 committed by GitHub
parent 93259c903e
commit 4bb684974d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

10
patch.sh Normal file
View File

@ -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