CT Nextcloud, z2mqtt and hass: Fixed bugs related to alpine release update

CT Nextcloud: Updated HTTP headers in Nginx config

CT hass: Fixed hacs installer and updated dependencies:
replaced  mariadb-connector-c-dev with mariadb-dev,
and added ffmpeg-dev

CT z2mqtt: replaced yarn with corepack
This commit is contained in:
2023-07-02 01:20:22 +02:00
parent 4c44a1ba09
commit 74f0880b23
4 changed files with 23 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/ash
#Install Yarn Globaly for zwavejs2mqtt
npm install -g yarn
#Install corpack globaly for zwavejs2mqtt
npm install -g corepack
#Run folowing commands as 'node' user
sudo -u node ash << EOF