1
0

Ajour du support des iso via bdinfo

This commit is contained in:
unfr
2025-08-07 15:30:15 +02:00
parent b5d303dea1
commit ab6695b128
6 changed files with 61 additions and 8 deletions

View File

@@ -182,6 +182,16 @@ else
LISTE_APPLIS+=("$BIN_DIR/7z")
fi
#Téléchargement et installation de bdinfo
echo -e "$BLEU""Téléchargement et installation de BDInfo""$NORMAL"
curl -L -o bdinfo_linux_v2.0.6.zip "https://github.com/dotnetcorecorner/BDInfo/releases/download/linux-2.0.6/bdinfo_linux_v2.0.6.zip"
unzip bdinfo_linux_v2.0.6.zip -d "$BIN_DIR"
chmod 777 "$BIN_DIR/BDInfo"
curl -L -o bdinfodatasubstractor_linux_v2.0.6.zip "https://github.com/dotnetcorecorner/BDInfo/releases/download/linux-2.0.6/bdinfodatasubstractor_linux_v2.0.6.zip"
unzip bdinfodatasubstractor_linux_v2.0.6.zip -d "$BIN_DIR"
chmod 777 "$BIN_DIR/BDInfoDataSubstractor"
# Télécharger et extraire Nyuu
echo -e "$BLEU""Téléchargement et installation de nyuu""$NORMAL"
NYUU_URL="https://github.com/Antidote2151/Nyuu-Obfuscation/releases/download/v0.4.2-Obfuscate1.3/nyuu-v0.4.2-Obfuscate1.3-linux-amd64.tar.xz"