diff --git a/src/install.sh b/src/install.sh index 05094f2..45b2db0 100644 --- a/src/install.sh +++ b/src/install.sh @@ -845,7 +845,7 @@ updateXML() { local asset="$1" local language="$2" - local culture region user admin pass keyboard + local culture region user admin pass pw keyboard [ -z "$HEIGHT" ] && HEIGHT="720" [ -z "$WIDTH" ] && WIDTH="1280" diff --git a/src/mido.sh b/src/mido.sh index f11d619..eeef986 100644 --- a/src/mido.sh +++ b/src/mido.sh @@ -24,7 +24,8 @@ handle_curl_error() { 36) error "Failed to continue earlier download!" ;; 52) error "Received no data from the $server_name server!" ;; 63) error "$server_name servers returned an unexpectedly large response!" ;; - 126 | 127) error "Curl command not found!" ;; + 126) error "Curl command cannot be executed!" ;; + 127) error "Curl command not found!" ;; *) if (( error_code <= 125 )); then # Must be some other server or network error (possibly with this specific request/file) @@ -60,7 +61,7 @@ download_windows() { local id="$1" local lang="$2" local desc="$3" - local ovw="" rtick="" mdt="" sku_id="" sku_url="" + local ovw="" rticks="" mdt="" sku_id="" sku_url="" local iso_url="" iso_json="" language="" org_id="" local instance_id="" vls_url="" ov_url="" ov_data="" local session_id="" user_agent="" download_type=""