This commit is contained in:
Michael Grote 2024-12-29 11:06:04 +01:00
parent e49252e20c
commit d1f36c725f
2 changed files with 21 additions and 1 deletions

View file

@ -111,6 +111,7 @@ restic_schedule: "*-*-* 4:00:00"
### mgrote_apt_manage_packages ### mgrote_apt_manage_packages
apt_packages_common: apt_packages_common:
- locales - locales
- wget
- python3 - python3
- build-essential - build-essential
- htop - htop

View file

@ -84,6 +84,7 @@ restic_schedule: "*-*-* 4:00:00"
### mgrote_apt_manage_packages ### mgrote_apt_manage_packages
apt_packages_common: apt_packages_common:
- locales - locales
- wget
- python3 - python3
- build-essential - build-essential
- htop - htop
@ -112,6 +113,24 @@ apt_packages_common:
- keychain - keychain
- bc - bc
- jq - jq
apt_packages_extra:
- firefox
- vlc
- keepassxc
- git
- tmux
- vim
- ripgrep
- ca-certificates
- nextcloud-desktop
- wireguard
- dos2unix
- remmina
- mintstick
- picard
- network-manager
- virt-manager
- alacritty
apt_packages_physical: apt_packages_physical:
- s-tui - s-tui
- smartmontools - smartmontools