mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-03-31 09:07:13 +09:00
vfr on wayland (even on nvidia), add uninstall script
This commit is contained in:
9
uninstall.sh
Executable file
9
uninstall.sh
Executable 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"
|
||||
Reference in New Issue
Block a user