[Install] Fix stuff

This commit is contained in:
poka 2020-05-20 21:54:31 +02:00
parent 95088fd166
commit 0c1569e5ce
1 changed files with 2 additions and 1 deletions

View File

@ -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_"