-
-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
bug: micro nightly releases causing continual attempts to update #1126
Comments
@dacorsa You'll have the nightly dev installed now. If you wish to get back to latest actual release you'll need to
and then watch out for the next actual release. |
Hi @philclifford thanks, but i don't have this path: i can create? and inside i have to create a file? micro.txt? thanks |
Yes - except the filename should be just the same exact name as the app (no .txt). For an override something like |
i have done but starts all the app from deb-get ...very strange |
20:30:08 root@NanoKDE /etc/deb-get # deb-get show micro |
20:30:38 root@NanoKDE /etc/deb-get/99-local.d # ll |
20:30:39 root@NanoKDE /etc/deb-get/99-local.d # cat micro |
You need a '"' at the end of the VERSION_PUBLISHED line (sorry, I missed it!) The
Note that besides the tweaked VERSION the "latest" tag has been removed from the call to Once the next release is released you'd probably need to remove the file from |
ok thanks works perfectly: 21:29:37 root@NanoKDE /etc/deb-get/99-local.d # sudo apt dist-upgrade && sudo flatpak update && sudo snap refresh && sudo deb-get upgrade Nothing to do. |
micro is now releasing updates tagged nightly so if installed we attempt to compare that string with the installed version and upset dpkg and download the version we already have every upgrade.
Originally reported by @dacorsa in #1125
The text was updated successfully, but these errors were encountered: