# Read by update.sh on every run. Edit here, no reinstall needed. # 1 = install Pi OS updates (the same packages the panel's updater installs). # 0 = update Claude Code only. APT_UPDATES=1 # The NIGHTLY run only. The Update button always offers the reboot. # 1 = reboot by itself when an update needs one (new kernel, firmware, libc, # systemd), but only if every Claude session has been idle 30+ minutes. # 0 = leave it; the tmux tab bar shows "⟳ reboot needed" until someone reboots. AUTO_REBOOT=0 # Nightly: restart a Claude session onto a new version only once it has been # idle this many minutes. A busy session is never touched. NIGHTLY_MIN_IDLE=30