From c0886ef06fb64bfb0a3d439a0d414f85630f7cd0 Mon Sep 17 00:00:00 2001 From: poka Date: Sun, 17 May 2020 19:50:29 +0200 Subject: [PATCH] Fix install loading --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +}