We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d2fd05 commit 34171ecCopy full SHA for 34171ec
apt/install_software.sh
@@ -49,7 +49,7 @@ PYTHON_PACKAGES=(
49
"python3-dev" "python3-setuptools" "python3-venv" "python3-wheel"
50
)
51
UTILS_PACKAGES=(
52
- "autojump" "autossh" "bleachbit" "cifs-utils" "curl" "fastfetch" "git-delta" "gpg-agent" "links"
+ "autojump" "autossh" "bleachbit" "cifs-utils" "curl" "dislocker" "fastfetch" "git-delta" "gpg-agent" "links"
53
"mtr-tiny" "optipng" "pdftk" "pandoc" "ssh-tools" "texlive-full" "traceroute" "wget" "wireguard" "xindy" "yt-dlp" "zsh"
54
55
APT_PACKAGES=("${BASE_PACKAGES[@]}" "${DEV_PACKAGES[@]}" "${DOCKER_PACKAGES[@]}" "${GUI_PACKAGES[@]}" "${PYTHON_PACKAGES[@]}" "${UTILS_PACKAGES[@]}")
0 commit comments