mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-23 06:54:16 +02:00
Kindle Display: Add jq dependency
This commit is contained in:
parent
56ec961941
commit
a13f836811
@ -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…
x
Reference in New Issue
Block a user