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 40f90ae commit d802845Copy full SHA for d802845
rtkbase_update.sh
@@ -318,7 +318,7 @@ upd_2.4.2() {
318
then
319
echo 'Masking sysstat-collect.timer service and upgrading hostapd'
320
systemctl mask sysstat-collect.timer
321
- dpkg -s hostapd | grep -q 'Version: 2:2.9' && apt-get upgrade hostapd
+ dpkg -s hostapd | grep -q 'Version: 2:2.9' && apt-get upgrade -y hostapd
322
rm -r /var/log/sysstat/
323
fi
324
# end of Orange Pi Zero section
0 commit comments