parent
6a1151bc0a
commit
38ffa2024a
6 changed files with 4 additions and 43 deletions
Binary file not shown.
Binary file not shown.
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh -e
|
||||
#!/bin/sh
|
||||
|
||||
script_dir=$(dirname "$0")
|
||||
cd "$script_dir"
|
||||
|
|
@ -9,8 +9,6 @@ cd "$script_dir"
|
|||
strip gsr-kms-server
|
||||
strip gpu-screen-recorder
|
||||
rm -f "/usr/local/bin/gpu-screen-recorder"
|
||||
setcap cap_sys_admin+ep gsr-kms-server
|
||||
setcap cap_sys_nice+ep gpu-screen-recorder
|
||||
install -Dm755 "gsr-kms-server" "/usr/bin/gsr-kms-server"
|
||||
install -Dm755 "gpu-screen-recorder" "/usr/bin/gpu-screen-recorder"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue