Added option to install BlackArch repo

This commit is contained in:
Nico Jensch 2020-11-17 09:13:30 +01:00
parent 3128b58f43
commit 1ec769411d
2 changed files with 9 additions and 0 deletions

View File

@ -577,6 +577,13 @@ function upgrade2ultimate
docker-compose" >> /tmp/setup-assistant/pkgs.txt
echo "sudo systemctl enable --now docker" >> /tmp/setup-assistant/setup_root.sh
fi
if grep -R "BlackArch" /tmp/setup-assistant/development.txt; then
echo "curl -O https://blackarch.org/strap.sh
echmod +x strap.sh
sudo ./strap.sh
rm strap.sh
sudo pacman -Syu" >> /tmp/setup-assistant/setup_root.sh
fi
yad \

View File

@ -15,6 +15,8 @@ Android Studio
false
Docker and docker-compose
false
BlackArch Repository (Pentesting repo)
false
Plasma SDK
false
QtCreator