You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Adapter won't update or install on non-deb-based Linux
To Reproduce
Steps to reproduce the behavior:
Try to update iton a non-deb-based Linux.
Expected behavior
Adapter should be installable on all Linuxes.
Screenshots & Logfiles
Install log from my Arch/EndeavourOS running on a Raspberry 4.
[thomas@daleth ~]$ iob upgrade all -y
Update rpi2 from @2.0.0 to @2.2.1
NPM version: 10.9.0
Installing iobroker.rpi2@2.2.1... (System call)
We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:
#1) Respect the privacy of others.
#2) Think before you type.
#3) With great power comes great responsibility.
For security reasons, the password you type will not be visible.
[sudo] password for iobroker:
/bin/sh: line 1: apt: command not found
/bin/sh: line 1: yum: command not found
No supported packet manager found
Cannot detect dpkg: /bin/sh: line 1: dpkg: command not found
host.daleth Could not install required OS packages: No dpkg detected
upload [12] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/de/translations.json i18n/de/translations.json application/json
upload [11] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/en/translations.json i18n/en/translations.json application/json
upload [10] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/es/translations.json i18n/es/translations.json application/json
upload [9] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
upload [8] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/it/translations.json i18n/it/translations.json application/json
upload [7] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
upload [6] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
upload [5] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
upload [4] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
upload [3] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
upload [2] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/index_m.html index_m.html text/html
upload [1] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/rpi2.png rpi2.png image/png
upload [0] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/words.js words.js application/javascript
[thomas@daleth ~]$
Versions:
Adapter version: 2.2.1
JS-Controller version: 7.0.3
Node version: 20.18.0
Operating system: EndeavourOS / Arch-based
The text was updated successfully, but these errors were encountered:
There is no requirement to technically lock out non-deb-Linuxes.
It does not matter how many RaspberryPi are running on other Distributions than RaspberryOS.
The check if a certain package is installed needs to be as distribution agnostic as possible.
Describe the bug
Adapter won't update or install on non-deb-based Linux
To Reproduce
Steps to reproduce the behavior:
Try to update iton a non-deb-based Linux.
Expected behavior
Adapter should be installable on all Linuxes.
Screenshots & Logfiles
Install log from my Arch/EndeavourOS running on a Raspberry 4.
Versions:
The text was updated successfully, but these errors were encountered: