We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fb6fb7 commit 4709f7dCopy full SHA for 4709f7d
src/modules/adsb-feeder/filesystem/root/opt/adsb/scripts/update-os
@@ -8,7 +8,7 @@ if [ -x /boot/dietpi/dietpi-update ] ; then
8
G_INTERACTIVE=0 CONFIG_CHECK_APT_UPDATES=2 /boot/dietpi/dietpi-update 1
9
else
10
apt update
11
- apt upgrade -y
+ DEBIAN_FRONTEND=noninteractive apt upgrade -y
12
fi
13
14
# restart important services if not running for some reason
0 commit comments