Commit 4062645e authored by Mikhail Tergoev's avatar Mikhail Tergoev

###Scripts version 2073###

parent 6f8de099
...@@ -2,7 +2,7 @@ You can help us in the development of the project on the website: https://boosty ...@@ -2,7 +2,7 @@ You can help us in the development of the project on the website: https://boosty
----------------------------------------- -----------------------------------------
Changelog: Changelog:
###Scripts version 2072### ###Scripts version 2072-2073###
* HOTFIX - fixed launch of League of Legends * HOTFIX - fixed launch of League of Legends
###Scripts version 2071### ###Scripts version 2071###
......
Вы можете помочь развитию проекта: https://portwine-linux.ru/donate/ Вы можете помочь развитию проекта: https://portwine-linux.ru/donate/
----------------------------------------- -----------------------------------------
История изменений: История изменений:
###Scripts version 2072###
###Scripts version 2072-2073###
* HOTFIX - исправлен запуск League Of Legends * HOTFIX - исправлен запуск League Of Legends
###Scripts version 2071### ###Scripts version 2071###
......
...@@ -89,7 +89,7 @@ add_in_start_portwine () { ...@@ -89,7 +89,7 @@ add_in_start_portwine () {
zenity --question --title="Fix for LoL anti-cheat" \ 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 --text='Root rights are required to execute the command: \n"sysctl -w abi.vsyscall32=0" and "sysctl -p"' --no-wrap
[ "$?" = 1 ] && exit 0 [ "$?" = 1 ] && exit 0
pkexec /bin/bash 'sysctl -w abi.vsyscall32=0 && sysctl -p' pkexec /bin/bash 'sysctl -w abi.vsyscall32=0 && sysctl -p'
fi fi
check_port_for_lol & check_port_for_lol &
} }
#!/bin/bash #!/bin/bash
#Author: Castro-Fidel (PortWINE-Linux.ru) #Author: Castro-Fidel (PortWINE-Linux.ru)
#SCRIPTS_NEXT_VERSION=2072 #SCRIPTS_NEXT_VERSION=2073
#PORT_NEXT_VERSION=97 #PORT_NEXT_VERSION=97
######################################################################## ########################################################################
export PW_MANGOHUD=1 export PW_MANGOHUD=1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment