This commit is contained in:
qo-op 2020-05-02 01:13:00 +02:00
parent a378f16fa9
commit 207bc61ca4
1 changed files with 5 additions and 3 deletions

View File

@ -53,8 +53,10 @@ echo '
ScuttleButt communication client...
'
sudo apt install libsodium-dev jq -y
cd ~/.zen/astroport/.install/sbotc
sudo apt install libsodium-dev build-essential jq -y
cd /tmp/
git clone https://git.scuttlebot.io/%25133ulDgs%2FoC1DXjoK04vDFy6DgVBB%2FZok15YJmuhD5Q%3D.sha256 sbotc
cd sbotc
make
sudo make install
cd ~/.zen/astroport
@ -85,7 +87,7 @@ if [[ -d ~/.ssb ]]; then
fi
# BACKUP ACTUAL SSB ACCOUNT
[[ ! -d ~/.ssb_$USER ]] && mv ~/.ssb ~/.ssb_$USER
[[ -d ~/.ssb ]] && mv ~/.ssb ~/.ssb_$USER
# Symlink ~/.ssb -> ~/.ssb_astroport
[[ -L ~/.ssb ]] && rm ~/.ssb