aboutsummaryrefslogtreecommitdiff
path: root/uninstall.sh
blob: 6578baab66e1488d254fae350c085b1ce46a58d2 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

[ $(id -u) -ne 0 ] && echo "You need root privileges to run the uninstall script" && exit 1

rm -f "/usr/bin/gsr-kms-server"
rm -f "/usr/bin/gpu-screen-recorder"

echo "Successfully uninstalled gpu-screen-recorder"