General updates to keep VM up to date
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user