ksguin / Falguni

A must-have GUI-based shell-script for a clean, hassle-free setup for Ubuntu and Ubuntu-based distros, especially handy if you're new to Linux.
2 stars 0 forks source link

Wget current download speed issue #8

Open ksguin opened 3 years ago

ksguin commented 3 years ago

In /Scripts/Function/APT_INSTALL.sh, the function WGET_DOWNLOAD_URL_NAME() contains the wget speed variable which fetches the current download speed and displays it in zenity progress bar.

The issue is -

I guess, the solution lies in grep & sed manipulation to fetch the correct download speed. This needs a fix!