Admin message

Self sign-up has been disabled due to increased spam activity. If you want to get access, please send an email to a project owner (preferred) or at gitlab(at)nic(dot)cz. We apologize for the inconvenience.

localrepo is broken
I tried to install package which was locally compiled in Turris OS 6.0, and I can not do it: ``` root@turris:~# opkg install knot-resolver_5.3.0-1_aarch64_cortex-a53.ipk Package knot-resolver (5.2.1-2) installed in root is up to date. /usr/bin/opkg-pkgupdate-wrapper.sh: line 130: localrepo: not found ``` Localrepo is not found. See: ``` root@turris:~# opkg list-installed | grep localrepo localrepo - 0.2.1-2 root@turris:~# opkg files localrepo Package localrepo (0.2.1-2) is installed on root and has the following files: /usr/bin/localrepo /etc/updater/conf.d/localrepo.lua root@turris:~# /usr/bin/localrepo -ash: /usr/bin/localrepo: not found ```
issue