vfr on wayland (even on nvidia), add uninstall script

This commit is contained in:
dec05eba
2023-07-21 15:11:13 +02:00
parent de019711d1
commit 8cd0ae0162
7 changed files with 19 additions and 8 deletions

9
uninstall.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/sh
[ $(id -u) -ne 0 ] && echo "You need root privileges to run the uninstall script" && exit 1
rm -f "/usr/local/bin/gpu-screen-recorder"
rm -f "/usr/bin/gsr-kms-server"
rm -f "/usr/bin/gpu-screen-recorder"
echo "Successfully uninstalled gpu-screen-recorder"