Browse Source

Update comment

no-manaual-update
Luke Childs 4 years ago
parent
commit
25b56a646d
  1. 6
      scripts/update/01-run.sh

6
scripts/update/01-run.sh

@ -54,9 +54,9 @@ if [[ ! -z "${UMBREL_OS:-}" ]]; then
echo "ERROR: No Umbrel installation found at SD root ${SD_CARD_UMBREL_ROOT}"
echo "Skipping updating on SD Card..."
fi
# Update apt packages on update
# Remember, the apt package is called unattended-updates, the command is unattended-update
# Install unattended-updates for automatic security updates
# The binary is unattended-upgrade, the package is unattended-upgrades
if ! command -v unattended-upgrade &> /dev/null; then
DEBIAN_FRONTEND=noninteractive apt-get install unattended-upgrades -y
fi

Loading…
Cancel
Save