mirror of
https://github.com/the-sane/lug-helper.git
synced 2024-11-11 02:17:49 +00:00
Pretty up some dialogs
This commit is contained in:
parent
8aa68034af
commit
92b4ecd0e9
@ -303,7 +303,7 @@ set_map_count() {
|
|||||||
trap check_map_count EXIT
|
trap check_map_count EXIT
|
||||||
|
|
||||||
if grep -E -x -q "vm.max_map_count" /etc/sysctl.conf /etc/sysctl.d/* 2>/dev/null; then
|
if grep -E -x -q "vm.max_map_count" /etc/sysctl.conf /etc/sysctl.d/* 2>/dev/null; then
|
||||||
if message 3 "It looks like you already configured your system to work with Star Citizen, and saved the setting to persist across reboots. However, for some reason the persistence part did not work.\n\nFor now, would you like to enable the setting again until the next reboot?"; then
|
if message 3 "It looks like you already configured your system to work with Star Citizen\nand saved the setting to persist across reboots.\nHowever, for some reason the persistence part did not work.\n\nFor now, would you like to enable the setting again until the next reboot?"; then
|
||||||
pkexec sh -c 'sysctl -w vm.max_map_count=16777216'
|
pkexec sh -c 'sysctl -w vm.max_map_count=16777216'
|
||||||
fi
|
fi
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
Reference in New Issue
Block a user