Skip to content

Updating

gtxaspec edited this page Jul 14, 2023 · 3 revisions

OTA Updates

upgrade-run.sh

Running this command in the shell will upgrade wz_mini over the air.

Make sure you have at least 300MB space available on your memory card before upgrading.

It will backup wz_mini.conf, any files stored in wz_mini/etc/configs, ssh keys, and wireguard configs. The command downloads the latest master version to the device, extract it, reboot into upgrade mode, perform the upgrade, then reboot to the updated system.

If there are any line differences between the old wz_mini.conf and the new release, the script will preserve the current config in place.

The latest version of the config file is always located on the system, at /opt/wz_mini/etc/wz_mini.conf.dist after upgrading.

Clone this wiki locally