diff options
Diffstat (limited to 'debug-install.sh')
-rwxr-xr-x | debug-install.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/debug-install.sh b/debug-install.sh deleted file mode 100755 index 02e96ac..0000000 --- a/debug-install.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -e - -script_dir=$(dirname "$0") -cd "$script_dir" - -[ $(id -u) -ne 0 ] && echo "You need root privileges to run the install script" && exit 1 - -test -d build || meson setup build -meson configure --buildtype=debug build -ninja -C build install - -echo "Successfully installed gpu-screen-recorder (debug)" |