Skip to content

Commit 34171ec

Browse files
committed
Add Dislocker to the installer script
1 parent 5d2fd05 commit 34171ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apt/install_software.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ PYTHON_PACKAGES=(
4949
"python3-dev" "python3-setuptools" "python3-venv" "python3-wheel"
5050
)
5151
UTILS_PACKAGES=(
52-
"autojump" "autossh" "bleachbit" "cifs-utils" "curl" "fastfetch" "git-delta" "gpg-agent" "links"
52+
"autojump" "autossh" "bleachbit" "cifs-utils" "curl" "dislocker" "fastfetch" "git-delta" "gpg-agent" "links"
5353
"mtr-tiny" "optipng" "pdftk" "pandoc" "ssh-tools" "texlive-full" "traceroute" "wget" "wireguard" "xindy" "yt-dlp" "zsh"
5454
)
5555
APT_PACKAGES=("${BASE_PACKAGES[@]}" "${DEV_PACKAGES[@]}" "${DOCKER_PACKAGES[@]}" "${GUI_PACKAGES[@]}" "${PYTHON_PACKAGES[@]}" "${UTILS_PACKAGES[@]}")

0 commit comments

Comments
 (0)