diff --git a/install.sh b/install.sh index a8fecc2..1f53f9c 100755 --- a/install.sh +++ b/install.sh @@ -83,6 +83,11 @@ while read gate; do fi done <<<$(echo "$apps" | sed -n 1'p' | tr ',' '\n') + +## Run init scipts +$PATH/zen/ssb_IPFS_swarm.sh +$PATH/zen/cron_VRFY.sh + if [[ $errors == 0 ]]; then echo -e "${c_green}Good trip !$c_" else diff --git a/zen/cron_MINUTE.sh b/zen/cron_MINUTE.sh index 23d801d..ca7e540 100755 --- a/zen/cron_MINUTE.sh +++ b/zen/cron_MINUTE.sh @@ -62,6 +62,10 @@ if [[ "$timebar" == "00:01" ]]; then # Clear 24h ssb_GET markers rm ~/.zen/zenytv.last.ts rm ~/.zen/zenyta.last.ts + + # SYNC SSB Friends with IPFS SWARM + $PATH/zen/ssb_IPFS_swarm.sh + fi ##################################################################