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"