Skip to content

Blackbox 2.3.2

Compare
Choose a tag to compare
@lemonsaurus lemonsaurus released this 02 Mar 20:15
· 11 commits to main since this release
cfcc111

⚠️ Critical fix! ⚠️

A recent change made to support arm64 has broken mongodb backups for users on amd64 architecture.

This is because mongotools has no file named [...]-ubuntu2004-amd64-100.6.1.deb available for download. This file is actually called [...]-ubuntu2004-x86_64-100.6.1.deb.

This version will change it so that x86_64 is the default architecture to use for downloading mongotools, and will only switch to arm64 (which does exist) if umode -m returns either arm64 or aarch64.