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

View File

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