Skip to content
This repository was archived by the owner on Nov 2, 2024. It is now read-only.
Discussion options

You must be logged in to vote

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:

echo "bash -c \"\$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/<app>.sh)\"" >/usr/bin/update
chmod +x /usr/bin/update

Here's an example for Zigbee2MQTT:

echo "bash -c \"\$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/zigbee2mqtt.sh)\"" >/usr/bin/update
chmod +x /usr/bin/update

If the example command was executed in the Zigbee2MQTT LXC console, an update command would be created.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@unxplained
Comment options

@tteck
Comment options

tteck Oct 9, 2023
Maintainer

Answer selected by unxplained
@unxplained
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants