###Scripts version 2074###

This commit is contained in:
castro-fidel
2022-01-26 14:09:48 +03:00
parent 4062645eb2
commit 307b554b9b
5 changed files with 5 additions and 5 deletions

View File

@ -89,7 +89,7 @@ add_in_start_portwine () {
zenity --question --title="Fix for LoL anti-cheat" \
--text='Root rights are required to execute the command: \n"sysctl -w abi.vsyscall32=0" and "sysctl -p"' --no-wrap
[ "$?" = 1 ] && exit 0
pkexec /bin/bash -с 'sysctl -w abi.vsyscall32=0 && sysctl -p'
pkexec /bin/bash -c 'sysctl -w abi.vsyscall32=0'
fi
check_port_for_lol &
}