1
0
Fork 0
forked from ahurac/dotfiles
ahuarc-dotfiles/config/updateall/scripts/10-pkg
Hippolyte Chauvin fdb958ad4c Remaniement : localisation des scripts de updateall
Les scripts de updateall sont désormais dans le dossier config
2023-10-10 08:11:37 +02:00

6 lines
61 B
Bash
Executable file

#!/bin/sh
apt clean
pkg update
pkg upgrade
apt autopurge -y