5
0
Fork 0
mirror of https://codeberg.org/Computertruhe/Setup-Skripte.git synced 2025-06-28 11:26:18 +02:00

Update linux_mint.sh

- only cosmetic changes
This commit is contained in:
Mac 2025-05-25 12:08:43 +02:00
parent e82ec1149c
commit a83afb40b2

View file

@ -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