diff --git a/mint/linux_mint.sh b/mint/linux_mint.sh index 3cf5839..8ddf36f 100755 --- a/mint/linux_mint.sh +++ b/mint/linux_mint.sh @@ -11,20 +11,20 @@ DPKG_CFG_FRAGMENT=/etc/dpkg/dpkg.cfg.d/non-interactive # Name of the distribution script_distro='Linux Mint 22.1' -script_version='2.3.5' +script_version='2.3.6' # Additional packages packages=( # Program packages - libreoffice - openoffice.org-hyphenation - keepassxc + cheese gparted hardinfo + keepassxc + libreoffice + mint-meta-codecs # May not have been installed during the OEM setup because the corresponding checkbox was not checked or no internet connection was available. + openoffice.org-hyphenation regionset - cheese vlc - fwupd ) ### @@ -44,7 +44,7 @@ handle_signal() { # Always executed when exiting the shell, regardless of the reason. handle_exit() { - e "Finale Aufräumarbeiten werden durchgeführt …" + e "Finale Aufräumarbeiten durchgeführen …" rm -f "$DPKG_CFG_FRAGMENT" rm -f /etc/apt/apt.conf.d/01aptproxy @@ -77,7 +77,7 @@ echo "\ e "Starte initiales Setup für Rechner mit frisch installiertem '${script_distro}' …" # The installation of auto-apt-proxy does no harm and allows the use of an apt-proxy or other caches, e.g. named in SRV records. -e "Installiere APT-Proxy-Autodetektor …" +e "APT-Proxy-Autodetektor installieren …" apt install auto-apt-proxy ### @@ -123,6 +123,6 @@ else e "Das Skript läuft nicht auf einem MacBook." fi -e "Firmware Aktualisieren mittels fwupd..." +e "Firmware aktualisieren …" fwupdmgr refresh -fwupdmgr update -y +fwupdmgr update --assume-yes