mirror of
https://codeberg.org/Computertruhe/Setup-Skripte.git
synced 2025-06-28 03:16:21 +02:00
Merge pull request 'mint/linux_mint.sh aktualisiert' (#91) from fix-fwupd into main
Reviewed-on: https://codeberg.org/Computertruhe/Setup-Skripte/pulls/91 Reviewed-by: ml <ml@noreply.codeberg.org> Reviewed-by: Mac <mac@noreply.codeberg.org>
This commit is contained in:
commit
d3ff64bb66
1 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ DPKG_CFG_FRAGMENT=/etc/dpkg/dpkg.cfg.d/non-interactive
|
||||||
|
|
||||||
# Name of the distribution
|
# Name of the distribution
|
||||||
script_distro='Linux Mint 22.1'
|
script_distro='Linux Mint 22.1'
|
||||||
script_version='2.3.6'
|
script_version='2.3.7'
|
||||||
|
|
||||||
# Additional packages
|
# Additional packages
|
||||||
packages=(
|
packages=(
|
||||||
|
@ -48,7 +48,7 @@ handle_exit() {
|
||||||
rm -f "$DPKG_CFG_FRAGMENT"
|
rm -f "$DPKG_CFG_FRAGMENT"
|
||||||
rm -f /etc/apt/apt.conf.d/01aptproxy
|
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
|
trap handle_signal SIGINT SIGTERM
|
||||||
|
@ -125,4 +125,4 @@ fi
|
||||||
|
|
||||||
e "Firmware aktualisieren …"
|
e "Firmware aktualisieren …"
|
||||||
fwupdmgr refresh
|
fwupdmgr refresh
|
||||||
fwupdmgr update --assume-yes
|
fwupdmgr update --assume-yes --no-reboot-check
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue