From 480195878e410f540397c5b449eb615d243c0a11 Mon Sep 17 00:00:00 2001 From: kyodev Date: Sun, 24 Dec 2017 05:15:05 +0100 Subject: [PATCH] getFirefox 4.2.0 --- scripts/getFirefox | 2 +- scripts/getFirefox_changelog.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/scripts/getFirefox b/scripts/getFirefox index c9eaf9a..0c8f28e 100644 --- a/scripts/getFirefox +++ b/scripts/getFirefox @@ -858,7 +858,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/getFirefox_changelog.md b/scripts/getFirefox_changelog.md index 814b7b1..e48a45c 100644 --- a/scripts/getFirefox_changelog.md +++ b/scripts/getFirefox_changelog.md @@ -1,6 +1,10 @@ # changelog getFirefox +## getFirefox 4.2.0 24/12/2017 + +* fix: typo fscript_update + ## getFirefox 4.1.0 23/12/2017 * révision: général, tous les wget, définition logs, pour cause de bug wget? sur testing