This commit is contained in:
qo-op 2020-05-03 00:00:16 +02:00
parent 4c20015af8
commit 584169ed8d
2 changed files with 7 additions and 7 deletions

View File

@ -19,7 +19,6 @@ scuttlebutt() {
nvm install --lts nvm install --lts
fi fi
mkdir -p ~/.ssb
cd ~/.ssb cd ~/.ssb
### Install module ### Install module
@ -32,7 +31,7 @@ scuttlebutt() {
### Install oasis & ssb-cli (could replace ssb-server?? TODO: try it) ### Install oasis & ssb-cli (could replace ssb-server?? TODO: try it)
npm -g install fraction/oasis#semver: npm -g install fraction/oasis#semver:
npm install -g fraction/ssb-daemon npm install -g fraction/ssb-daemon
npm install -g ssb-cli # npm install -g ssb-cli
# INSTALL sbotc # INSTALL sbotc
if [[ ! $(which sbotc) ]]; then if [[ ! $(which sbotc) ]]; then

View File

@ -49,8 +49,8 @@ if [[ ! $(which silkaj) ]]; then
sudo apt update || true sudo apt update || true
libzzz=$(sudo apt-cache search libsodium | awk '{print $1}' | grep libsodium2) libzzz=$(sudo apt-cache search libsodium | awk '{print $1}' | grep libsodium2)
sudo apt install build-essential jq $libzzz -y sudo apt install build-essential jq $libzzz -y
sudo pip3 install base58
sudo apt install python3-pip python3-setuptools python3-wheel -y sudo apt install python3-pip python3-setuptools python3-wheel -y
sudo pip3 install base58
pip3 install silkaj --user pip3 install silkaj --user
echo 'PATH=$PATH:~/.local/bin' >> ~/.bashrc && source ~/.bashrc echo 'PATH=$PATH:~/.local/bin' >> ~/.bashrc && source ~/.bashrc
fi fi
@ -220,6 +220,7 @@ cat ~/.zen/secret.astroport.key
echo ' echo '
ACTIVATE INIT SEQUENCE ? ACTIVATE INIT SEQUENCE ?
Enter "yes" to install cron TASK and init your account ONLINE... Enter "yes" to install cron TASK and init your account ONLINE...
Do you want to continue?
' '
read yesno read yesno
@ -229,7 +230,7 @@ if [[ $yesno == "yes" ]]; then
~/.zen/astroport/zen/cron_VRFY.sh ~/.zen/astroport/zen/cron_VRFY.sh
fi fi
echo 'finished... echo "finished...
######################################################################## ########################################################################
EVERYTHING SHOULD BE ALRIGHT? EVERYTHING SHOULD BE ALRIGHT?
Try astroport basic commands to verify install. Try astroport basic commands to verify install.
@ -238,15 +239,15 @@ Try astroport basic commands to verify install.
3. silkaj balance $g1pub 3. silkaj balance $g1pub
4. crontab -l 4. crontab -l
You should see "astroport/zen/cron_MINUTE.sh" in last one. You should see 'astroport/zen/cron_MINUTE.sh' in last one.
if you miss to answer "yes" to the last sequence. if you miss to answer 'yes' to the last sequence.
RUN RUN
~/.zen/astroport/zen/ssb_INIT.sh ~/.zen/astroport/zen/ssb_INIT.sh
~/.zen/astroport/zen/cron_VRFY.sh ~/.zen/astroport/zen/cron_VRFY.sh
Submit issues: https://git.p2p.legal/axiom-team/astroport/issues Submit issues: https://git.p2p.legal/axiom-team/astroport/issues
Send ideas to support@qo-op.com Send ideas to support@qo-op.com
' "
exit 0 exit 0