agregate the download source #63
authoryollotltamayo <yollotltamayo@comunidad.unam.mx>
Thu, 30 Jul 2020 03:37:30 +0000 (22:37 -0500)
committerAJ ONeal <coolaj86@gmail.com>
Thu, 30 Jul 2020 16:18:19 +0000 (10:18 -0600)
_webi/template.sh

index 1dc05067f67a9d009fdf2e63d65904e4d5098c64..4ace5144d578450f546d37e75f83a33c2032f3ce 100644 (file)
@@ -147,8 +147,8 @@ webi_download() {
         return 0
     fi
 
-    echo "Downloading $PKG_NAME to $my_dl"
-
+    echo "Downloading $PKG_NAME from:"
+    echo -e "\e]8;;$WEBI_PKG_URL\a$WEBI_PKG_URL\e]8;;\a"
     # It's only 2020, we can't expect to have reliable CLI tools
     # to tell us the size of a file as part of a base system...
     if [ -n "$WEBI_WGET" ]; then
@@ -166,7 +166,8 @@ webi_download() {
         # TODO curl -fsSL --remote-name --remote-header-name --write-out "$my_url"
         curl -fSL -H "User-Agent: curl $WEBI_UA" "$my_url" -o "$my_dl.part"
     fi
-
+    echo ""
+    echo "Saved as $my_dl"
     mv "$my_dl.part" "$my_dl"
 }