From 0c1569e5ce927c7c76e401ce118e5a1fc413cf0c Mon Sep 17 00:00:00 2001 From: poka Date: Wed, 20 May 2020 21:54:31 +0200 Subject: [PATCH] [Install] Fix stuff --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 6b06bee..138198c 100644 --- a/install.sh +++ b/install.sh @@ -24,13 +24,14 @@ curl -s $gitpath/.install/ipfs_alone.sh | bash || exit 1 # Set environment variables curl -s $gitpath/.install/sys_checkOS.sh noexec | bash || exit 1 +. ~/.bashrc # SSB install echo -e "${c_green}2. Ḡ1/ScuttleButt anoptical layer$c_" # ONCE YOU READ and AGREE. Run TrustFull QUICK Install !! curl -s $gitpath/zen/tools/make_G1SSB_secret.sh | bash || exit 1 -cd $YOU/.zen/astroport +cd /home/$YOU/.zen/astroport [[ $args =~ nextcloud ]] && sudo -E bash .install/nextcloud/install.sh echo -e "${c_green}Installation complete$c_"