📦➔🦋 Store and retrieve files on the Atmosphere
35
fork

Configure Feed

Select the types of activity you want to include in your feed.

install: improve downloading debug message

Ducky 24444f7b 5f8331b7

+2 -1
+2 -1
src/commands/install.sh
··· 94 94 95 95 atfile.say.debug "Found latest version\n↳ Version: $found_version ($parsed_found_version)\n↳ Source: $source_did\n↳ Blob: $found_version_blob" 96 96 97 - atfile.say.debug "Download '$blob_url'..." 97 + atfile.say.debug "Downloading...\n↳ Source: $blob_url\n↳ Dest.: ${install_dir}/$install_file" 98 98 99 99 curl -s -o "${install_dir}/$install_file" "$blob_url" 100 + # shellcheck disable=SC2181 100 101 [[ $? != 0 ]] && atfile.die "Unable to download" 101 102 102 103 atfile.say.debug "Installing...\n↳ OS: $_os\n↳ Install: $install_dir/$install_file\n↳ Config: $conf_dir/$_file_envvar"