aboutsummaryrefslogtreecommitdiff
path: root/uninstall.sh
blob: 95e26ac183950ad2d2576901cdf1c0879fd14ea2 (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/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"