Skip to content

Commit dc6f3be

Browse files
committed
Add Voikko to the installer script
1 parent 90ca1eb commit dc6f3be

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

apt/install_software.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@ APT_PACKAGES=(
1919
"docker-ce" "docker-ce-cli" "containerd.io" "docker-buildx-plugin" "docker-compose-plugin"
2020
"exfatprogs" "filelight" "filezilla" "freerdp2-wayland"
2121
"gcc-multilib" "g++-multilib" "gdisk" "gfortran" "gimp" "git" "git-gui" "gparted" "htop"
22-
"inkscape" "kde-config-flatpak" "keepassxc" "ktorrent"
23-
"libreoffice" "libreoffice-help-fi" "links" "lm-sensors" "mumble" "network-manager-openvpn" "openssh-server" "optipng"
22+
"inkscape" "kde-config-flatpak" "keepassxc" "ktorrent" "libenchant-2-voikko"
23+
"libreoffice" "libreoffice-help-fi" "libreoffice-voikko"
24+
"links" "lm-sensors" "mumble" "network-manager-openvpn" "openssh-server" "optipng"
2425
"pipewire-audio" "powertop"
2526
"python3-dev" "python3-venv"
26-
"remmina" "remmina-plugin-kwallet" "s-tui" "screen" "signal-desktop" "stress" "synaptic"
27+
"remmina" "remmina-plugin-kwallet" "s-tui" "screen" "signal-desktop" "stress" "synaptic" "tmispell-voikko"
2728
"texlive-full" "texmaker" "tikzit" "ufw" "usbtop" "vlc" "wget" "wireguard" "yt-dlp" "zsh"
2829
)
2930
if [ "$(hostnamectl chassis)" = "laptop" ]; then

0 commit comments

Comments
 (0)