mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-11 21:29:29 +02:00
changed occurrence of bos to pyblock (#1688)
This commit is contained in:
parent
41f99b34b6
commit
7559ee6cc6
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user