Unverified Commit 1e8d67d7 authored by Igor Pečovnik's avatar Igor Pečovnik Committed by GitHub
Browse files

Forced apt-get update (#126)

parent 64c3648c
......@@ -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 \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment