We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d2e875 commit 2f4f93fCopy full SHA for 2f4f93f
1 file changed
update_command_lists.sh
@@ -58,7 +58,7 @@ download_deb() {
58
# Get path to the deb on the repo
59
deb_path=$(get_deb_path ${packages_file} $pkg_name $dep_version $dep_arch)
60
if [ -z "$deb_path" ]; then
61
- echo "${pkg_name}_${dep_version}_${dep_arch}.deb not found on repo" 1>&2
+ printf "%-50s \e[31m%s\e[0m\n" "${pkg_name}_${dep_version}_${dep_arch}.deb" "not found in repo" 1>&2
62
return
63
fi
64
echo "Downloading ${repo_url}/${deb_path}" 1>&2
0 commit comments