Ajour du support des iso via bdinfo
This commit is contained in:
10
install.sh
10
install.sh
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user