aboutsummaryrefslogtreecommitdiff
path: root/uninstall.sh
blob: 9457d1fc96cbb3f187634ed19ed65695c1aa98c6 (plain)
1
2
3
4
5
6
7
8
9
#!/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"
rm -f "/usr/lib/systemd/user/gpu-screen-recorder.service"

echo "Successfully uninstalled gpu-screen-recorder"