From 8d967052eb1d031c2459d86acb20050b20560d3c Mon Sep 17 00:00:00 2001 From: unfr Date: Sun, 2 Feb 2025 12:43:42 +0100 Subject: [PATCH] corection install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index dd081d0..df05f82 100644 --- a/install.sh +++ b/install.sh @@ -113,7 +113,7 @@ echo -e "$BLEU""Téléchargement de autopost""$NORMAL" mkdir -p "$AUTOPOST_DIR" # Télécharger les fichiers dans autopost -wget -q -O "$AUTOPOST_DIR/analyzer.php" "https://tig.unfr.pw/UNFR/postauto/raw/branch/main/autopost/analyzer.sh" +wget -q -O "$AUTOPOST_DIR/analyzer.sh" "https://tig.unfr.pw/UNFR/postauto/raw/branch/main/autopost/analyzer.sh" wget -q -O "$AUTOPOST_DIR/common.sh" "https://tig.unfr.pw/UNFR/postauto/raw/branch/main/autopost/common.sh" wget -q -O "$AUTOPOST_DIR/posteur.sh" "https://tig.unfr.pw/UNFR/postauto/raw/branch/main/autopost/posteur.sh"