From 2c19940ebb9e5c9c1e2063a467860a8f9815ea14 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Apr 2022 16:44:12 +0200 Subject: [PATCH] =?UTF-8?q?##=20Ajouter=20confirmation=20=C3=A0=20chaque?= =?UTF-8?q?=20nouvelle=20=C3=A9tape=20(+explications)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index ac803bb..d943ac0 100755 --- a/install.sh +++ b/install.sh @@ -11,7 +11,8 @@ if [[ ! -f ~/.zen/secret.june ]]; then # Check requirements -echo "AstrXbian installateur pour XBIAN (https://xbian.org) distributions DEBIAN et dérivées (https://www.linuxmint.com/)" +echo "AstrXbian installateur pour distributions DEBIAN et dérivées : LinuxMint (https://www.linuxmint.com/) ou XBIAN (https://xbian.org) recommandé" +echo "Appuyez sur ENTRER pour commencer."; read TEST; [[ "$TEST" != "" ]] && echo "SORTIE"; exit 0 ## Ajouter confirmation à chaque nouvelle étape (+explications) sudo apt-get update #sudo apt-get install git fail2ban inotify-tools curl net-tools libsodium* python3-dev python3-pip python3-setuptools python3-wheel python3-dotenv mpack libssl-dev libffi-dev -y for i in git fail2ban inotify-tools curl net-tools libsodium* python3-dev python3-pip python3-setuptools python3-wheel python3-dotenv mpack libssl-dev libffi-dev; do