Fix install loading

This commit is contained in:
poka 2020-05-17 19:50:29 +02:00
parent d9f5c1a1ef
commit c0886ef06f
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
#!/bin/bash
# Check requierments
{
sudo apt update
sudo apt install curl net-tools -y
@ -15,4 +16,4 @@ echo "${c_green}2. Ḡ1/ScuttleButt anoptical layer$c_"
curl -s https://git.p2p.legal/axiom-team/astroport/raw/master/zen/tools/make_G1SSB_secret.sh | bash || exit 1
echo "${c_green}Installation complete$c_"
exit 0
}