From 3129425607c54d7e13161431507b19d3193cafbb Mon Sep 17 00:00:00 2001 From: qo-op Date: Mon, 23 Mar 2020 19:31:54 +0100 Subject: [PATCH] scuttlebutt install fix --- .install/ipfs.sh | 3 --- .install/scuttlebutt.sh | 3 ++- iptubes | 2 +- ssb-g1like | 1 + 4 files changed, 4 insertions(+), 5 deletions(-) create mode 160000 ssb-g1like diff --git a/.install/ipfs.sh b/.install/ipfs.sh index 4f65948..f756105 100755 --- a/.install/ipfs.sh +++ b/.install/ipfs.sh @@ -1,8 +1,5 @@ # Install IPFS ipfs() { - mkdir -p ~/.zen/fatlayer_install - cd ~/.zen/fatlayer_install - echo -e "${c_yellow}Onboarding IPFS...$c_" [[ -f /usr/local/bin/ipfs ]] && sudo service ipfs stop diff --git a/.install/scuttlebutt.sh b/.install/scuttlebutt.sh index 5afb1b7..f139108 100755 --- a/.install/scuttlebutt.sh +++ b/.install/scuttlebutt.sh @@ -1,5 +1,6 @@ #!/bin/bash scuttlebutt() { + echo -e "${c_yellow}Onboarding SCUTTLEBUTT...$c_" where_is_ssb_installed=$(which ssb-server) @@ -8,7 +9,7 @@ scuttlebutt() { BASE_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" - if [[ $where_is_ssb_installed == "" ]]; then + if [[ ! $where_is_ssb_installed ]]; then cd ~/.zen/fatlayer_install # Install dependencies sudo apt-get install -y socat python3-dev libtool python3-setuptools autoconf automake diff --git a/iptubes b/iptubes index 6b586eb..2484707 160000 --- a/iptubes +++ b/iptubes @@ -1 +1 @@ -Subproject commit 6b586eb2839246a4139fe3dde94293aefd05a6c3 +Subproject commit 24847070307a3342d5d3237aedfe118fc3bc2284 diff --git a/ssb-g1like b/ssb-g1like new file mode 160000 index 0000000..b170b48 --- /dev/null +++ b/ssb-g1like @@ -0,0 +1 @@ +Subproject commit b170b48111484765925b6bb195ef0644ae2fd128