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
1e8d67d7
Unverified
Commit
1e8d67d7
authored
Dec 18, 2020
by
Igor Pečovnik
Committed by
GitHub
Dec 18, 2020
Browse files
Forced apt-get update (#126)
parent
64c3648c
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian-config-jobs
View file @
1e8d67d7
...
...
@@ -968,7 +968,7 @@ function jobs ()
fi
if
[[
$?
-eq
0
]]
;
then
debconf-apt-progress
--
apt
--fix-broken
-y
install
debconf-apt-progress
--
apt-get update
debconf-apt-progress
--
apt-get
-o
Acquire::CompressionTypes::Order::
=
gz
-o
Acquire::http::No-Cache
=
true
-o
Acquire::BrokenProxy
=
true
-o
Acquire::http::Pipeline-Depth
=
0
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
\
...
...
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