From 2de3ea65f01ba03c2e05a2edb2c9b77b2b9c4000 Mon Sep 17 00:00:00 2001 From: poka Date: Thu, 4 Jun 2020 00:23:31 +0200 Subject: [PATCH] Install patchwork and loveland --- install.sh | 5 +++++ zen/tools/make_G1SSB_secret.sh | 10 +++++++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index f246167..4ca4f63 100644 --- a/install.sh +++ b/install.sh @@ -30,6 +30,11 @@ 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 +# LOVEland install +curl -s $gitpath/.install/loveland.sh | bash || exit 1 + +# Customs install +## Nextcloud [[ $args =~ nextcloud ]] && cd /home/$USER/.zen/astroport && sudo -E bash .install/nextcloud/install.sh echo -e "${c_green}Installation complete$c_" diff --git a/zen/tools/make_G1SSB_secret.sh b/zen/tools/make_G1SSB_secret.sh index 534d87b..cc5ca4c 100755 --- a/zen/tools/make_G1SSB_secret.sh +++ b/zen/tools/make_G1SSB_secret.sh @@ -328,10 +328,14 @@ ssb-server start & sleep 10 -echo "Starting OASIS..." -oasis --allow-host $nodename --host $nodename & +##echo "Starting OASIS..." +## Don't ... +## oasis --allow-host $nodename --host $nodename & +#sleep 7 -sleep 7 +# Intall Patchwork +wget https://github.com/ssbc/patchwork/releases/download/v3.18.0/ssb-patchwork_3.18.0_amd64.deb -O /tmp/patchwork.deb +sudo dpkg -i /tmp/patchwork.deb ~/.zen/astroport/zen/ssb_INIT.sh ~/.zen/astroport/zen/cron_VRFY.sh