File tree Expand file tree Collapse file tree 11 files changed +11
-11
lines changed Expand file tree Collapse file tree 11 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 8
8
9
9
moduleselfname=" $( basename " $( readlink -f " ${BASH_SOURCE[0]} " ) " ) "
10
10
11
- modulesversion=" v25.1.3 "
11
+ modulesversion=" v25.1.4 "
12
12
13
13
# Core
14
14
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ fn_update_compare() {
152
152
# The location where the builds are checked and downloaded.
153
153
remotelocation=" github.com"
154
154
155
- if [ " $( command -v jq 2> /dev/null) " ]; then
155
+ if [ ! " $( command -v jq 2> /dev/null) " ]; then
156
156
fn_print_fail_nl " jq is not installed"
157
157
fn_script_log_fail " jq is not installed"
158
158
core_exit.sh
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ fn_update_compare() {
167
167
# The location where the builds are checked and downloaded.
168
168
remotelocation=" mojang.com"
169
169
170
- if [ " $( command -v jq 2> /dev/null) " ]; then
170
+ if [ ! " $( command -v jq 2> /dev/null) " ]; then
171
171
fn_print_fail_nl " jq is not installed"
172
172
fn_script_log_fail " jq is not installed"
173
173
core_exit.sh
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ fn_update_compare() {
175
175
# The location where the builds are checked and downloaded.
176
176
remotelocation=" minecraft.net"
177
177
178
- if [ " $( command -v jq 2> /dev/null) " ]; then
178
+ if [ ! " $( command -v jq 2> /dev/null) " ]; then
179
179
fn_print_fail_nl " jq is not installed"
180
180
fn_script_log_fail " jq is not installed"
181
181
core_exit.sh
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ fn_update_compare() {
160
160
# The location where the builds are checked and downloaded.
161
161
remotelocation=" linux.mtasa.com"
162
162
163
- if [ " $( command -v jq 2> /dev/null) " ]; then
163
+ if [ ! " $( command -v jq 2> /dev/null) " ]; then
164
164
fn_print_fail_nl " jq is not installed"
165
165
fn_script_log_fail " jq is not installed"
166
166
core_exit.sh
Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ fn_update_compare() {
177
177
# The location where the builds are checked and downloaded.
178
178
remotelocation=" papermc.io"
179
179
180
- if [ " $( command -v jq 2> /dev/null) " ]; then
180
+ if [ ! " $( command -v jq 2> /dev/null) " ]; then
181
181
fn_print_fail_nl " jq is not installed"
182
182
fn_script_log_fail " jq is not installed"
183
183
core_exit.sh
Original file line number Diff line number Diff line change 171
171
# The location where the builds are checked and downloaded.
172
172
remotelocation=" teamspeak.com"
173
173
174
- if [ " $( command -v jq 2> /dev/null) " ]; then
174
+ if [ ! " $( command -v jq 2> /dev/null) " ]; then
175
175
fn_print_fail_nl " jq is not installed"
176
176
fn_script_log_fail " jq is not installed"
177
177
core_exit.sh
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ fn_update_compare() {
153
153
# The location where the builds are checked and downloaded.
154
154
remotelocation=" github.com"
155
155
156
- if [ " $( command -v jq 2> /dev/null) " ]; then
156
+ if [ ! " $( command -v jq 2> /dev/null) " ]; then
157
157
fn_print_fail_nl " jq is not installed"
158
158
fn_script_log_fail " jq is not installed"
159
159
core_exit.sh
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ fn_update_compare() {
160
160
# The location where the builds are checked and downloaded.
161
161
remotelocation=" vintagestory.at"
162
162
163
- if [ " $( command -v jq 2> /dev/null) " ]; then
163
+ if [ ! " $( command -v jq 2> /dev/null) " ]; then
164
164
fn_print_fail_nl " jq is not installed"
165
165
fn_script_log_fail " jq is not installed"
166
166
core_exit.sh
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ fn_update_compare() {
160
160
# The location where the builds are checked and downloaded.
161
161
remotelocation=" github.com"
162
162
163
- if [ " $( command -v jq 2> /dev/null) " ]; then
163
+ if [ ! " $( command -v jq 2> /dev/null) " ]; then
164
164
fn_print_fail_nl " jq is not installed"
165
165
fn_script_log_fail " jq is not installed"
166
166
core_exit.sh
You can’t perform that action at this time.
0 commit comments