Frisasky
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
lgsm/functions/update_jediknight2.sh
|
|
@ -43,7 +43,7 @@ fn_update_jk2_localbuild(){ |
|
|
|
|
|
|
|
fn_update_jk2_remotebuild(){ |
|
|
|
# Gets remote build info. |
|
|
|
remotebuild=$(${curlpath}-s "https://api.github.com/repos/mvdevs/jk2mv/releases/latest"| grep dedicated.zip | tail -1 | awk -F"/" '{ print $8 }') |
|
|
|
remotebuild=$(curl -s "https://api.github.com/repos/mvdevs/jk2mv/releases/latest"| grep dedicated.zip | tail -1 | awk -F"/" '{ print $8 }') |
|
|
|
if [ "${installer}" != "1" ]; then |
|
|
|
fn_print_dots "Checking for update: ${remotelocation}: checking remote build" |
|
|
|
# Checks if remotebuild variable has been set. |
|
|
|