File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
config-default/config-lgsm/rustserver Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ logdays="7"
108
108
109
109
# # Monitor | https://docs.linuxgsm.com/commands/monitor
110
110
# Query delay time
111
- querydelay =" 5 "
111
+ querydelay =" 10 "
112
112
113
113
# # ANSI Colors | https://docs.linuxgsm.com/features/ansi-colors
114
114
ansi =" on"
Original file line number Diff line number Diff line change @@ -350,7 +350,7 @@ fn_deps_build_debian(){
350
350
if [ " ${shortname} " != " ts3" ]&& [ " ${shortname} " != " mumble" ]&& [ " ${shortname} " != " mc" ]&& [ " ${shortname} " != " pmc" ]&& [ " ${shortname} " != " wmc" ]&& [ " ${engine} " != " renderware" ]; then
351
351
if [ " ${arch} " == " x86_64" ]; then
352
352
# lib32gcc1 is now called lib32gcc-s1 in debian 11
353
- if { [ " ${distroid} " == " debian" ]&& [ " ${distroversion} " == " 11" ]; }|| { [ " ${distroid} " == " ubuntu" ]&& [ " ${distroversion} " == " 20.10" ]; } || { [ " ${distroid} " == " pop" ]&& [ " ${distroversion} " == " 20.10" ]; }; then
353
+ if { [ " ${distroid} " == " debian" ]&& [ " ${distroversion} " == " 11" ]; }|| { [ " ${distroid} " == " ubuntu" ]&& [ " ${distroversion} " == " 20.10" ]; }|| { [ " ${distroid} " == " pop" ]&& [ " ${distroversion} " == " 20.10" ]; }; then
354
354
array_deps_required+=( lib32gcc-s1 lib32stdc++6 )
355
355
else
356
356
array_deps_required+=( lib32gcc1 lib32stdc++6 )
You can’t perform that action at this time.
0 commit comments