Closed platini76 closed 11 months ago
The update
command was introduced Oct 5 2023, If your LXC was created before that date, use the full update command
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/homebridge.sh)"
Besides, Homebridge updates via apt
launched command: bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/homebridge.sh)"
system say: ✓ Updated Successfully
but... when I launch..
root@homebridge:~# update -bash: update: command not found root@homebridge:~#
how can I set the script to get the command update without a total reinstallation?
Execute the command below in the Homebridge LXC console.
echo "bash -c \"\$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/homebridge.sh)\"" >/usr/bin/update
chmod +x /usr/bin/update
it goes ok but when I try to give command update:
root@homebridge:~#
Does apt-get update && apt-get upgrade
work?
there was a postfix concinfigure.. thanks very mych for your help. can you please make a script also for install and update spoolman?
Please verify that you have read and understood the guidelines.
yes
A clear and concise description of the issue.
when I try to make update this is the result
root@homebridge:~# update -bash: update: command not found
Which Linux distribution are you employing?
Debian 12
If relevant, including screenshots or a code block can be helpful in clarifying the issue.
No response
Please provide detailed steps to reproduce the issue.
No response