Daniel Gibbs
7 months ago
No known key found for this signature in database
GPG Key ID: 2076B128385E8C55
1 changed files with
1 additions and
1 deletions
-
lgsm/modules/command_update_linuxgsm.sh
|
|
@ -29,7 +29,7 @@ fn_script_log_info "Selecting repo" |
|
|
|
curl ${nocache} --connect-timeout 3 -IsfL "https://raw.githubusercontent.com/${githubuser}/${githubrepo}/${githubbranch}/linuxgsm.sh" 1> /dev/null |
|
|
|
|
|
|
|
if [ $? != "0" ]; then |
|
|
|
curl curl ${nocache} --connect-timeout 3 -IsfL "https://bitbucket.org/${githubuser}/${githubrepo}/raw/${githubbranch}/linuxgsm.sh" 1> /dev/null |
|
|
|
curl ${nocache} --connect-timeout 3 -IsfL "https://bitbucket.org/${githubuser}/${githubrepo}/raw/${githubbranch}/linuxgsm.sh" 1> /dev/null |
|
|
|
if [ $? != "0" ]; then |
|
|
|
fn_print_fail_nl "Selecting repo: Unable to to access GitHub or Bitbucket repositories" |
|
|
|
fn_script_log_fail "Selecting repo: Unable to to access GitHub or Bitbucket repositories" |
|
|
|