Describe the bug
When updates for xbps are available, they need to be installed first:
The 'xbps' package must be updated, please run `xbps-install -u xbps`
The way the xbps.packages operation is written, it's not possible to achieve this.
To Reproduce
- Wait for
xbps updates.
- Try anything with
xbps.packages or xbps.update
Expected behavior
- Ensure
xbps is updated before any other operations are done.
Describe the bug
When updates for
xbpsare available, they need to be installed first:The way the
xbps.packagesoperation is written, it's not possible to achieve this.To Reproduce
xbpsupdates.xbps.packagesorxbps.updateExpected behavior
xbpsis updated before any other operations are done.