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' (#86) from enable-firmware-updates into main
Reviewed-on: https://codeberg.org/Computertruhe/Setup-Skripte/pulls/86 Reviewed-by: Valentin Bachem <hdvalentin@noreply.codeberg.org> Reviewed-by: B3rtl <b3rtl@noreply.codeberg.org>
This commit is contained in:
commit
e82ec1149c
1 changed files with 6 additions and 1 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.4'
|
script_version='2.3.5'
|
||||||
|
|
||||||
# Additional packages
|
# Additional packages
|
||||||
packages=(
|
packages=(
|
||||||
|
@ -24,6 +24,7 @@ packages=(
|
||||||
regionset
|
regionset
|
||||||
cheese
|
cheese
|
||||||
vlc
|
vlc
|
||||||
|
fwupd
|
||||||
)
|
)
|
||||||
|
|
||||||
###
|
###
|
||||||
|
@ -121,3 +122,7 @@ then
|
||||||
else
|
else
|
||||||
e "Das Skript läuft nicht auf einem MacBook."
|
e "Das Skript läuft nicht auf einem MacBook."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
e "Firmware Aktualisieren mittels fwupd..."
|
||||||
|
fwupdmgr refresh
|
||||||
|
fwupdmgr update -y
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue