We will be downloading the blackarch install script (which basically just adds all the pgp keys needed and the correct repositories for you) etc etc ...
If you have good connection speed you can download ALL tools, however for us mear mortals i would recommend downloading individual tools or do it in catagories (if you have a GUI such as pamac, you can look under catagories and check out what takes your fancy)
Code: Select all
#####################
# PREPERATION #
#####################
curl -O https://blackarch.org/strap.sh
#####################
# SHA1 CHECK #
#####################
sha1sum strap.sh
#####################
# MAKE EXECUTABLE #
#####################
chmod +x strap.sh
#####################
# EXECUTE #
#####################
sudo ./strap.sh
#####################
# INSTALL ALL TOOLS #
#####################
sudo pacman -S blackarch
*****************************************
ALTERNATIVE
*****************************************
#######################
# INSTALL FROM SOURCE #
#######################
sudo blackman -a
Code: Select all
IF YOU GET THE ERROR WITH THE REPOS LIKE IT DID (THE FIX):
sudo leafpad /etc/pacman.conf
scroll to the bottom and move the blackarch repo to its own line > save > quit
re run the command:
sudo ./strap.sh
Thumbnail/Background thanks to PANTHEON