Browse Source

Update update_jediknight2.sh

pull/3002/head
Frisasky 6 years ago
committed by GitHub
parent
commit
096b420491
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lgsm/functions/update_jediknight2.sh

2
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.

Loading…
Cancel
Save