What's Changed
- Fix incorrect
apt-get update
call toapt-file update
, and always … by @CLHatch in #2197 - Check for existing dependencies before trying to install them by @CLHatch in #2198
- Check for existing dependencies before trying to install them in dnf by @CLHatch in #2199
- Check for existing dependencies before trying to install them in yum by @CLHatch in #2200
- Check for existing dependencies before trying to install them in pacman by @CLHatch in #2201
- Check for existing dependencies before trying to install them in apk by @CLHatch in #2202
- Change logic of detecting package managers to make it easier to add t… by @CLHatch in #2203
- Add the
nala
package manager, an alternate toapt
for Debian base… by @CLHatch in #2204 - Use a global variable for the packages to blacklist from being installed by @CLHatch in #2205
- Pm by @CLHatch in #2206
Full Changelog: v2025.09.12-1...v2025.09.14-1