mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 14:51:03 +01:00
nodejs: add on parameters to scripts
This commit is contained in:
parent
c38051e6b5
commit
c41d5ce727
3 changed files with 3 additions and 3 deletions
|
@ -35,7 +35,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
|
|||
|
||||
echo "*** INSTALL BALANCE OF SATOSHIS ***"
|
||||
# check and install NodeJS
|
||||
/home/admin/config.scripts/bonus.nodejs.sh
|
||||
/home/admin/config.scripts/bonus.nodejs.sh on
|
||||
|
||||
# create bos user
|
||||
sudo adduser --disabled-password --gecos "" bos
|
||||
|
|
|
@ -100,7 +100,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
|
|||
if [ ${isInstalled} -eq 0 ]; then
|
||||
|
||||
# install nodeJS
|
||||
/home/admin/config.scripts/bonus.nodejs.sh
|
||||
/home/admin/config.scripts/bonus.nodejs.sh on
|
||||
|
||||
# make sure that txindex of blockchain is switched on
|
||||
/home/admin/config.scripts/network.txindex.sh on
|
||||
|
|
|
@ -63,7 +63,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
|
|||
|
||||
else
|
||||
# check and install NodeJS
|
||||
/home/admin/config.scripts/bonus.nodejs.sh
|
||||
/home/admin/config.scripts/bonus.nodejs.sh on
|
||||
|
||||
# check for Python2 (install if missing)
|
||||
# TODO remove Python2 ASAP!
|
||||
|
|
Loading…
Add table
Reference in a new issue