Tiny Core Extensions > TCE News

[Fixed] getFlash11 - Update

<< < (3/3)

Misalf:
No, I mean the download process bar.
Downloading 10 MB through 56Kb modem takes about 30 minutes. If the download is stalled I might have no indication.

patrikg:
Today i just edit the file and added busybox in front of the wget command like this.
Worked great.
From:

--- Code: (bash) ---wget "$DOWNLOAD" > /dev/null 2>&1

--- End code ---
To:

--- Code: (bash) ---busybox wget "$DOWNLOAD" > /dev/null 2>&1

--- End code ---

coreplayer2:
hi patrikg,  the updated script/extension doesn't need "busybox wget..."   busybox is set globally

patrikg:
Yes of course, but if you have load wget it will fail.
Because the loaded wget gets first in the search path.

Navigation

[0] Message Index

[*] Previous page

Go to full version