init
This commit is contained in:
10
uninstall.sh
Executable file
10
uninstall.sh
Executable file
@ -0,0 +1,10 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
script_dir=$(dirname "$0")
|
||||
cd "$script_dir"
|
||||
|
||||
[ $(id -u) -ne 0 ] && echo "You need root privileges to run the uninstall script" && exit 1
|
||||
|
||||
ninja -C build uninstall
|
||||
|
||||
echo "Successfully uninstalled gpu-screen-recorder"
|
||||
Reference in New Issue
Block a user