Install patchwork and loveland

This commit is contained in:
poka 2020-06-04 00:23:31 +02:00
parent fef6d459d7
commit 2de3ea65f0
2 changed files with 12 additions and 3 deletions

View File

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

View File

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