Apply an update non-interactively

With this update method, updates can be applied straight forward using the non-interactive airlock-update command.

  1. Upload the update file to the Gateway
    • Use the Upload button in Section – Updates
    • OR

    • Use scp to upload the file as root user into the /var/tmp/update_in/ folder:
    copy
    scp airlock_update_x.y.zip root@airlock.my.dom:/var/tmp/update_in/
  2. Log in via ssh as root and airlock-update --install to start the update process.
  3. copy
    ssh root@airlock.my.dom airlock-update --install airlock_update_x.y.zip
  4. The Gateway will verify the signature and apply the update if it is a valid update file.