dotfiles/config/updateall/scripts/10-pkg

6 lines
64 B
Text
Raw Normal View History

#!/bin/sh -ex
2023-09-15 18:59:12 +02:00
apt clean
pkg update
pkg upgrade
apt autopurge -y