First Commit
This commit is contained in:
6
debian/postinst
vendored
Executable file
6
debian/postinst
vendored
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
echo 'Enabling networking capability on Linux...'
|
||||
set -x
|
||||
setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' /usr/games/pcsx2-qt
|
||||
set +x
|
||||
Reference in New Issue
Block a user