#!/bin/bash
set -e
echo 'Enabling networking capability on Linux...'
set -x
setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' /usr/bin/pcsx2-qt
set +x
