5
0
Fork 0
mirror of https://codeberg.org/Computertruhe/Setup-Skripte.git synced 2025-06-27 19:06:21 +02:00

mint/linux_mint.sh aktualisiert

Fixes Issue #88
This commit is contained in:
Agent_K 2025-05-26 12:48:42 +02:00
parent 373b0cf8a1
commit c882db3239

View file

@ -11,7 +11,7 @@ DPKG_CFG_FRAGMENT=/etc/dpkg/dpkg.cfg.d/non-interactive
# Name of the distribution
script_distro='Linux Mint 22.1'
script_version='2.3.6'
script_version='2.3.7'
# Additional packages
packages=(
@ -48,7 +48,7 @@ handle_exit() {
rm -f "$DPKG_CFG_FRAGMENT"
rm -f /etc/apt/apt.conf.d/01aptproxy
e "Initiales Setup beendet."
e "Initiales Setup beendet. Bitte Neustart durchführen."
}
trap handle_signal SIGINT SIGTERM
@ -125,4 +125,4 @@ fi
e "Firmware aktualisieren …"
fwupdmgr refresh
fwupdmgr update --assume-yes
fwupdmgr update --assume-yes --no-reboot-check