From 2e929a058537daa5040c97d56f482e5c6c2d3a9a Mon Sep 17 00:00:00 2001 From: kyodev Date: Thu, 20 Jul 2017 05:10:03 +0200 Subject: [PATCH] 0.5.5 --- scripts/getFirefox | 9 ++------- scripts/getFirefox_changelog.md | 5 ++--- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/scripts/getFirefox b/scripts/getFirefox index b2639d2..900a2e3 100755 --- a/scripts/getFirefox +++ b/scripts/getFirefox @@ -1,6 +1,6 @@ #!/bin/bash -version=0.5.4 +version=0.5.5 date="20/07/2017" projet="Kyodev" contact="IRC freenode ##sdeb ou https://framagit.org/kyodev/kyopages/issues" @@ -442,8 +442,6 @@ ffx_remove(){ } -### début script ======================================================= - #initialisation f__architecture || f__error "Architecture non supportée" f__user @@ -455,7 +453,7 @@ dirname "$0" | grep 'bin' &>/dev/null || fscript_install # détection droits inappropriés sur le script [ "$1" != "sysremove" ] && [ -e "/opt/bin/$script" ] && ls -l "/opt/bin/$script" | grep 'root' &>/dev/null && f__error "bug sécu 01" \ "veuillez désinstaller le script et le réinstaller" "voir: $urlNotice#messages-avertissement" - #detection ancien repertoire install + #détection ancien repertoire install ls -ld /opt/firefox-* &>/dev/null && f__info "$RED""Ancien répertoire d'installation détecté" \ "Il faudrait désinstaller et réinstaller pour être à jour" "version(s) détectée(s):" \ "$(ls -ld /opt/firefox-* | sed -E 's/.*firefox-(.*)/ \1/')" @@ -477,9 +475,6 @@ case "$1" in -latest | -esr | -dev | -beta | -nightly ) product="$(echo $1 | sed 's/-//')" ffx_remove ;; # désinstallation plugin - "manuel" ) -f__error "option pas encore implémentée" - ffx_manuelInstall "$2" ;; # install manuelle d'un chargement * ) ffx_help ;; # affichage help par défaut esac diff --git a/scripts/getFirefox_changelog.md b/scripts/getFirefox_changelog.md index 2763e21..6f961d5 100644 --- a/scripts/getFirefox_changelog.md +++ b/scripts/getFirefox_changelog.md @@ -3,19 +3,18 @@ ## todo * plus d'architecture? (arm)? -* installation manuelle archive -* téléchargement archive * voir alternatives par ordre croissant, latest ou esr sinon beta sinon nightly (dev out) * améliorer les installations pour autres users -## 0.5.4 20/07/17 +## 0.5.5 20/07/17 * fix bug: détection profil existant dans profile.ini * fix bug: architecture nightly amd64 * mieux: developer edition. malgré sa gestion autonome du profil, fonctionnement du script non modifié si jamais changement futur * mieux version en ligne beta & nightly +* comestique ## 0.5.0 19/07/17