scuttlebutt install fix

This commit is contained in:
qo-op 2020-03-23 19:31:54 +01:00
parent 22bdaa8d6c
commit 3129425607
4 changed files with 4 additions and 5 deletions

View File

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

View File

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

@ -1 +1 @@
Subproject commit 6b586eb2839246a4139fe3dde94293aefd05a6c3
Subproject commit 24847070307a3342d5d3237aedfe118fc3bc2284

1
ssb-g1like Submodule

@ -0,0 +1 @@
Subproject commit b170b48111484765925b6bb195ef0644ae2fd128