General updates to keep VM up to date

This commit is contained in:
2023-11-10 20:26:09 +00:00
parent a9e1d6fb4c
commit 32522df0e2
3 changed files with 23 additions and 8 deletions

View File

@@ -4,8 +4,7 @@
# A list of packages to install
apt_packages=(
# Docker setup
"docker"
"docker-compose"
"docker.io"
# General utilities
"dos2unix"
@@ -14,6 +13,7 @@ apt_packages=(
"vim"
"expect"
"jq"
"xclip"
# For encryption in git
"git-crypt"

View File

@@ -3,13 +3,17 @@
# Ensure that no interactive prompts are used
export DEBIAN_FRONTEND=noninteractive
apt-get update
# Necessary starting in jammy jellyfish
apt-get install -qy tasksel
tasksel install xubuntu-desktop
# Additional pacakges to ensure a nice experience
additional_packages=(
xfce4
xfce4-terminal
xfce4-whiskermenu-plugin
menulibre
firefox
pinentry-gtk2
policykit-desktop-privileges
)