changed occurrence of bos to pyblock (#1688)

This commit is contained in:
Sascha Henke 2020-10-20 14:04:57 +02:00 committed by rootzoll
parent 41f99b34b6
commit 7559ee6cc6

View File

@ -36,7 +36,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
echo "*** INSTALL pyblocks***"
# create bos user
# create pyblock user
sudo adduser --disabled-password --gecos "" pyblock
@ -79,7 +79,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
## pyblock short command
sudo bash -c "echo 'alias pyblock=\"cd ~; python3 ~/PyBLOCK/PyBlock.py\"' >> /home/pyblock/.bashrc"
echo "# Usage: https://github.com/alexbosworth/balanceofsatoshis/blob/master/README.md"
echo "# Usage: https://github.com/curly60e/pyblock/blob/master/README.md"
echo "# To start type: 'sudo su pyblock' in the command line."
echo "# Then pyblock"
echo "# To exit the user - type 'exit' and press ENTER"