diff --git a/install.sh b/install.sh index 3575091..a3e93eb 100644 --- a/install.sh +++ b/install.sh @@ -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 +}