umbrel icon indicating copy to clipboard operation
umbrel copied to clipboard

Upgrade to 0.5.0 on Fedora, dpkg-query

Open yankelahiany opened this issue 2 years ago • 1 comments

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.

yankelahiany avatar Jun 08 '22 01:06 yankelahiany

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.

arguser avatar Jun 08 '22 14:06 arguser