Revert "gpu-screen-recorder and nonfree codecs"
This reverts commit 1974def519.
This commit is contained in:
parent
1e76eaf0c7
commit
40091554fd
4 changed files with 0 additions and 26 deletions
Binary file not shown.
Binary file not shown.
|
|
@ -1,15 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
script_dir=$(dirname "$0")
|
||||
cd "$script_dir"
|
||||
|
||||
[ $(id -u) -ne 0 ] && echo "You need root privileges to run the install script" && exit 1
|
||||
|
||||
# ./build.sh
|
||||
strip gsr-kms-server
|
||||
strip gpu-screen-recorder
|
||||
rm -f "/usr/local/bin/gpu-screen-recorder"
|
||||
install -Dm755 "gsr-kms-server" "/usr/bin/gsr-kms-server"
|
||||
install -Dm755 "gpu-screen-recorder" "/usr/bin/gpu-screen-recorder"
|
||||
|
||||
echo "Successfully installed gpu-screen-recorder"
|
||||
Loading…
Add table
Add a link
Reference in a new issue