Activate offline mode changes on next boot

This commit is contained in:
v3d 2026-06-30 17:02:54 +02:00
parent eda151065c
commit b5e19f08f6
9 changed files with 94 additions and 14 deletions

View file

@ -1,7 +1,7 @@
#!/bin/bash
set -Eeuo pipefail
INSTALL_VERSION=3
INSTALL_VERSION=4
ACTION=install
case "${1:-}" in
'') ;;