Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
le5
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Harbor Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Linux Educacional 5
le5
Commits
2992f1d3
Commit
2992f1d3
authored
10 years ago
by
Diego Giovane Pasqualin
Browse files
Options
Downloads
Plain Diff
Merge branch 'fix/hashs-sum-mismatch' into 'master'
Fix/hashs sum mismatch Problema relatado pelo Samir
parents
26e0721c
c0d1d6cb
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
le-autoupgrade/package/DEBIAN/control
+1
-1
1 addition, 1 deletion
le-autoupgrade/package/DEBIAN/control
le-autoupgrade/package/usr/local/sbin/le-autoupgrade
+3
-0
3 additions, 0 deletions
le-autoupgrade/package/usr/local/sbin/le-autoupgrade
with
4 additions
and
1 deletion
le-autoupgrade/package/DEBIAN/control
+
1
−
1
View file @
2992f1d3
Package: le-autoupgrade
Priority: important
Section: main
Version: 0.0.1
1
Version: 0.0.1
2
Architecture: all
Depends: cron | anacron, apt, debianutils, wget
Maintainer: LE Maintainer <le-maintainer@c3sl.ufpr.br>
...
...
This diff is collapsed.
Click to expand it.
le-autoupgrade/package/usr/local/sbin/le-autoupgrade
+
3
−
0
View file @
2992f1d3
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment