getXfox 4.2.0

This commit is contained in:
kyodev 2017-12-24 05:14:38 +01:00
parent 4a4f2d698f
commit 53702242e5
2 changed files with 6 additions and 2 deletions

View File

@ -978,7 +978,7 @@ fscript_update(){ # 23/12/2017
f__info "mise à jour en cours"
fi
mkdir -p "$dirTemp"
wget -q --tries=2 --timeout=15 -o "$wget_log" s-O "$dirTemp/$script" "$url_script"
wget -q --tries=2 --timeout=15 -o "$wget_log" -O "$dirTemp/$script" "$url_script"
if [ "$?" -ne 0 ]; then
rm -rf "$dirTemp/"
rm -f "$wget_log"

View File

@ -1,6 +1,10 @@
# getXfox
## getXfox 4.1.0 - 18/12/2017
## getXfox 4.2.0 - 24/12/2017
* fix: typo fscript_update
## getXfox 4.1.0 - 23/12/2017
* base getFirefox v4.1.0
* prise en charge waterfox et tor browser