diff --git a/scripts/getXfox b/scripts/getXfox index b4748cf..6902e26 100644 --- a/scripts/getXfox +++ b/scripts/getXfox @@ -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" diff --git a/scripts/getXfox_changelog.md b/scripts/getXfox_changelog.md index 151a9a8..560d37f 100644 --- a/scripts/getXfox_changelog.md +++ b/scripts/getXfox_changelog.md @@ -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