This repository was archived by the owner on Nov 2, 2024. It is now read-only.
Running “update” in LXC returns “command not found” error #1900
Answered
by
tteck
unxplained
asked this question in
Help Needed
-
Hi, I’m trying to update my applications (zigbee2mqtt, home assistant etc) Using the full command works (bash …..) but typing “update” in the LXC Console returns “command not found”. Is there something I missed? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
tteck
Oct 9, 2023
Replies: 1 comment 3 replies
-
The "update" command only works for installations after this commit (Oct. 5th 2023) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To manually integrate the
update
command, modify<app>
to match the precise application name found in the ct folder of this repository, and then execute the command within the LXC console:Here's an example for Zigbee2MQTT:
If the example command was executed in the Zigbee2MQTT LXC console, an
update
command would be created.