fdb958ad4c
Les scripts de updateall sont désormais dans le dossier config
6 lines
61 B
Bash
Executable file
6 lines
61 B
Bash
Executable file
#!/bin/sh
|
|
apt clean
|
|
pkg update
|
|
pkg upgrade
|
|
apt autopurge -y
|
|
|