Skip to content
Snippets Groups Projects
Commit c0d1d6cb authored by Lucas Vinicius Semprebom Gonçalves's avatar Lucas Vinicius Semprebom Gonçalves
Browse files

le-autoupgrade: Fix hash sum mismatch apt error

parent 26e0721c
Branches portal
No related tags found
1 merge request!11Fix/hashs sum mismatch
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