umbrel
umbrel copied to clipboard
Upgrade to 0.5.0 on Fedora, dpkg-query
I'm having this error while trying to upgrade using the terminal on fedora.
Migrating apps to use app repos dpkg-query: no package matches gettext-base App migration failed, reverting update!
I already install dpkg on a previous error but don't know how to fix this one.
I'm on NixOS and had to bypass this issue by commenting the check on /scripts/update/steps/migrate-to-repo.sh
before execution reach that point and marking the local repo as safe git config --global --add safe.directory UMBREL_ROOT/repos/https---github-com-getumbrel-umbrel-apps-git
, since editing will result on ownership change, I then faced another problems which lead to rollback.
I would like an alternative to dpkg
for checking if envsubst
is available.