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:
parent
e82ec1149c
commit
a83afb40b2
1 changed files with 10 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue