Skip to content

Commit 346ba08

Browse files
committed
Add more software to the installer script
1 parent 0ed0dec commit 346ba08

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

apt/install_software.sh

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,15 @@ fi
1414

1515
apt-get update
1616
apt-get install \
17-
apt-transport-https autojump bleachbit build-essential ca-certificates cifs-utils clamtk cmake curl cutecom \
17+
apt-transport-https autojump bleachbit bluetooth build-essential ca-certificates \
18+
cifs-utils clamtk cmake curl cutecom \
1819
docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin \
19-
filelight filezilla gfortran gimp git git-gui gparted htop inkscape kde-config-flatpak keepassxc ktorrent \
20-
libreoffice libreoffice-help-fi lm-sensors mumble network-manager-openvpn openssh-server optipng powertop \
20+
exfatprogs filelight filezilla freerdp2-wayland gfortran gimp git git-gui gparted htop \
21+
inkscape kde-config-flatpak keepassxc ktorrent \
22+
libreoffice libreoffice-help-fi lm-sensors mumble network-manager-openvpn openssh-server optipng \
23+
pipewire-audio powertop \
2124
python3-dev python3-venv \
25+
remmina remmina-plugin-kwallet \
2226
s-tui signal-desktop stress synaptic texlive-full texmaker ufw vlc wget wireguard yt-dlp zsh
2327

2428
if [ "$(hostnamectl chassis)" = "laptop" ]; then

0 commit comments

Comments
 (0)