@@ -13,25 +13,28 @@ if [ "${EUID}" -ne 0 ]; then
13
13
fi
14
14
15
15
echo " Installing apt packages."
16
- apt-get update
16
+ apt update
17
17
APT_PACKAGES=(
18
- " apt-transport-https" " autojump" " bleachbit" " bluetooth" " build-essential" " ca-certificates"
19
- " cifs-utils" " clamtk" " cloc" " cmake" " curl" " cutecom"
18
+ " apt-transport-https" " autojump" " autossh " " bleachbit" " bluetooth" " build-essential" " ca-certificates"
19
+ " cifs-utils" " clamtk" " clinfo " " cloc" " clpeak " " cmake" " curl" " cutecom"
20
20
" docker-ce" " docker-ce-cli" " containerd.io" " docker-buildx-plugin" " docker-compose-plugin"
21
21
" exfatprogs" " filelight" " filezilla" " freerdp2-wayland"
22
22
" gcc-multilib" " g++-multilib" " gdisk" " gfortran" " gimp" " git" " git-delta" " git-gui" " gparted" " htop"
23
23
" inkscape" " kde-config-flatpak" " keepassxc" " ktorrent" " libenchant-2-voikko"
24
24
" libreoffice" " libreoffice-help-fi" " libreoffice-voikko"
25
- " links" " lm-sensors" " mumble" " network-manager-openvpn" " openssh-server" " optipng"
26
- " pipewire-audio" " powertop"
25
+ " links" " lm-sensors" " mosh " " mumble" " network-manager-openvpn" " openssh-server" " optipng"
26
+ " pipewire-audio" " pocl-opencl-icd " " powertop"
27
27
" python3-dev" " python3-venv"
28
28
" remmina" " remmina-plugin-kwallet" " s-tui" " screen" " signal-desktop" " stress" " synaptic" " tmispell-voikko"
29
29
" texlive-full" " texmaker" " tikzit" " ufw" " usbtop" " vlc" " wget" " wireguard" " xindy" " yt-dlp" " zsh"
30
30
)
31
31
if [ " $( hostnamectl chassis) " = " laptop" ]; then
32
32
APT_PACKAGES+=(" tlp" " touchegg" )
33
33
fi
34
- apt-get install " ${PACKAGES[@]} "
34
+ if grep -wq " GenuineIntel" /proc/cpuinfo; then
35
+ APT_PACKAGES+=(" intel-media-va-driver" " intel-microcode" " intel-mkl" " intel-opencl-icd" )
36
+ fi
37
+ apt install " ${APT_PACKAGES[@]} "
35
38
36
39
echo " Installing Snap packages."
37
40
snap install pycharm-professional --classic
0 commit comments