summaryrefslogtreecommitdiff
path: root/src/verbs
diff options
context:
space:
mode:
Diffstat (limited to 'src/verbs')
-rw-r--r--src/verbs/install.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/verbs/install.py b/src/verbs/install.py
index 1d0d256..0690da3 100644
--- a/src/verbs/install.py
+++ b/src/verbs/install.py
@@ -370,6 +370,8 @@ def install_multiple(to_install, args, options, config, terminology=("install",
for package_info in infos:
(package, sources, repo, info) = package_info
+ if options["v"]:
+ print(colors.BLACK + f"Fetching {package}")
package_path, source, key, size = retrieve_package(sources,
info, package, config,
completed=downloaded, total_download=length,