mirror of
https://codeberg.org/Computertruhe/Setup-Skripte.git
synced 2025-06-27 19:06:21 +02:00
parent
373b0cf8a1
commit
c882db3239
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
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue