HowTo
Update system
Add the BlackArch Repository
command 1: BlackArch provides an easy way to add its repository to your system. Just execute the following commands:
1
|
curl -O https://blackarch.org/strap.sh
|
command 2: Verify the downloaded script to ensure its authenticity:
1
|
echo "$(curl -fsSL https://blackarch.org/strap.sha256) strap.sh" | sha256sum -c
|
If everything’s good, you’ll see strap.sh: OK
Run the installer
1
2
|
chmod +x strap.sh
sudo ./strap.sh
|
Sync the package databse
- install everything
1
|
sudo pacman -S blackarch
|
- install specific groups
1
2
|
sudo pacman -S blackarch-web
sudo pacman -S blackarch-network
|
References