Ajout : apt-get clean dans le script de mise à jour de apt
This commit is contained in:
parent
198579d14f
commit
bdeff42c72
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
#!/bin/sh
|
||||
[ "$(whoami)" != root ] && exec sudo "$0" "$@"
|
||||
apt-get clean
|
||||
apt-get update
|
||||
apt-get upgrade
|
||||
apt-get autopurge
|
||||
|
|
Loading…
Reference in a new issue