Ajout : script d'update de pkg
This commit is contained in:
parent
3bf372bd2b
commit
e7675facc1
1 changed files with 6 additions and 0 deletions
6
share/updateall/scripts.d/10-pkg
Normal file
6
share/updateall/scripts.d/10-pkg
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
apt clean
|
||||
pkg update
|
||||
pkg upgrade
|
||||
apt autopurge -y
|
||||
|
Loading…
Reference in a new issue