Skip to content
Snippets Groups Projects
Commit 2992f1d3 authored by Diego Giovane Pasqualin's avatar Diego Giovane Pasqualin
Browse files

Merge branch 'fix/hashs-sum-mismatch' into 'master'

Fix/hashs sum mismatch

Problema relatado pelo Samir
parents 26e0721c c0d1d6cb
Branches vinicius131
No related tags found
No related merge requests found
Package: le-autoupgrade
Priority: important
Section: main
Version: 0.0.11
Version: 0.0.12
Architecture: all
Depends: cron | anacron, apt, debianutils, wget
Maintainer: LE Maintainer <le-maintainer@c3sl.ufpr.br>
......
......@@ -79,6 +79,9 @@ touch $UPDATING
# Check if there is a "dpkg --configure -a" error
run dpkg --configure -a
# Fix "hash sum mismatch" apt error
sudo rm -r /var/lib/apt/lists/*
run $APTGET update
rm -f $UPDATING
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment