mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
Kindle Display: Add jq dependency
This commit is contained in:
parent
56ec961941
commit
a13f836811
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
|
|||
isInstalled=$(sudo ls $HOME_DIR 2>/dev/null | grep -c 'kindle-display')
|
||||
if [ ${isInstalled} -eq 0 ]; then
|
||||
# install dependencies
|
||||
sudo apt install -y firefox-esr pngcrush jo
|
||||
sudo apt install -y firefox-esr pngcrush jo jq
|
||||
|
||||
# install nodeJS
|
||||
/home/admin/config.scripts/bonus.nodejs.sh on
|
||||
|
|
Loading…
Add table
Reference in a new issue