Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Config
Commits
c30bfb6c
Unverified
Commit
c30bfb6c
authored
Mar 27, 2020
by
Igor Pecovnik
Browse files
Bugfix
Signed-off-by:
Igor Pecovnik
<
igor.pecovnik@gmail.com
>
parent
253d2cf4
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian-config-jobs
View file @
c30bfb6c
...
...
@@ -916,9 +916,10 @@ unset selection
if
[[
$?
-eq
0
]]
;
then
debconf-apt-progress
--
apt-get update
debconf-apt-progress
--
apt-get
-o
Dpkg::Options::
=
"--force-confdef"
-o
Dpkg::Options::
=
"--force-confold"
-y
upgrade
[[
-z
$scripted
]]
&&
\
dialog
--title
" Firmware update "
--colors
--no-label
"No"
--backtitle
"
$BACKTITLE
"
--yesno
\
"
\n
Firmware has been updated. Reboot? "
7 39
if
[[
$?
-eq
0
&&
-z
$scripted
]]
;
then
reboot
;
fi
if
[[
$?
-eq
0
]]
;
then
reboot
;
fi
fi
fi
;;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment