tteck / Proxmox

Proxmox VE Helper-Scripts
https://Helper-Scripts.com
MIT License
14.53k stars 2.4k forks source link

after install homebridge ct update is not possible #2201

Closed platini76 closed 11 months ago

platini76 commented 11 months ago

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

tteck commented 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

platini76 commented 11 months ago

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:~#

platini76 commented 11 months ago

how can I set the script to get the command update without a total reinstallation?

tteck commented 11 months ago

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
platini76 commented 11 months ago

it goes ok but when I try to give command update:

root@homebridge:~#

tteck commented 11 months ago

Does apt-get update && apt-get upgrade work?

platini76 commented 11 months ago

there was a postfix concinfigure.. thanks very mych for your help. can you please make a script also for install and update spoolman?