1 infra/updates.sh
🦊 edited this page 2026-05-13 02:17:08 +00:00

Updating stuff

There are a lot of environments that run on the bfx infra, that all need to be updated.

Updating containers:

To simplify updating containers, there should be a /update.sh script placed on all containers with commands specific to each container.

Example for Alpine:

#!/bin/sh
set -euxo pipefail

apk update;
apk upgrade;
reboot;

Other things that need updating

  • Host: 05-hsn-fsn (update with apt)
  • VM: opnsense (update via web UI)
    • Remember, updating OPNsense can't always be done in one go. Depending on how long it's been, even after checking for updates & hitting reboot, there might still be more updates to install.