CT NodeRed: Update Theme

The midnight-red theme is now meged in the theme-collection.
These changes are reflected in the init and update script
This commit is contained in:
2023-09-20 23:39:36 +02:00
parent 1a7e098644
commit b519337f22
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
sudo -u node ash << EOF
#Install nodered
mkdir -p /opt/node/node-red/app
npm install --prefix /opt/node/node-red/app node-red @node-red-contrib-themes/midnight-red
npm install --prefix /opt/node/node-red/app node-red @node-red-contrib-themes/theme-collection
##Add to startup