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

Configure Feed

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

install: improve downloading debug message

Ducky 4418a33c cf5906e1

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