Dependency problem when instaling HG on Pi4 Openhabian Bullseye

Hello
ich try to install the latest nigthly by:
wget -O /tmp/InstallNightly.sh https://downloads.homegear.eu/InstallNightly.sh && bash /tmp/InstallNightly.sh
(as root) on a Pi4 with Openhabian (latest), it’s the Bullseye-Version.
The installation ends with:

Installing Homegear...                                                 
Selecting previously unselected package homegear.                      
(Reading database ... 54991 files and directories currently installed.)
Preparing to unpack homegear_current_raspbian_bullseye_armhf.deb ...   
Unpacking homegear (0.8.0-3468) ...                                    
dpkg: dependency problems prevent configuration of homegear:           
 homegear depends on libenchant-2-2 (>= 2.2.3); however:               
  Package libenchant-2-2 is not installed.                             
 homegear depends on nodejs-homegear; however:                         
  Package nodejs-homegear is not installed.                            
                                                                       
dpkg: error processing package homegear (--install):                   
 dependency problems - leaving unconfigured                            
Errors were encountered while processing:                              
 homegear 

Has anybody any idea what to do?
Thnaks ind advance.

P.S. would be nice to have a solution this year :wink:

me again, last time this year.
It seems to hang all on missing nodejs-homegear.
When I try:

apt-get -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install nodejs-homegear

I get this error:

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package nodejs-homegear is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

felize navidad!

Hi @elipsoid,

there was an error in the script because the APT server was moved. The installer should work now again.

Cheers,

Sathya

Thanks, works!
Ingo