mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-23 14:40:45 +01:00
pyblock -y on install packages
This commit is contained in:
parent
9cb5174396
commit
f6bd930611
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
|
|||
sudo -u pyblock mkdir /home/pyblock/config
|
||||
|
||||
# install hexyl
|
||||
sudo apt-get install hexyl html2text
|
||||
sudo apt-get install -y hexyl html2text
|
||||
|
||||
# install via pip
|
||||
sudo -u pyblock pip3 install pybitblock
|
||||
|
|
Loading…
Add table
Reference in a new issue