mirror of
https://codeberg.org/B3rtl/Ubuntu-Setup-Skripte
synced 2025-06-28 11:26:08 +02:00
Merge pull request 'Update linux_mint.sh' (#66) from manual-integration into main
Reviewed-on: https://codeberg.org/Computertruhe/Setup-Skripte/pulls/66 Reviewed-by: B3rtl <b3rtl@noreply.codeberg.org> Reviewed-by: hontoni <hontoni@noreply.codeberg.org>
This commit is contained in:
commit
04da5c1ecc
1 changed files with 7 additions and 3 deletions
|
@ -51,6 +51,8 @@ handle_exit() {
|
||||||
e "Finale Aufräumarbeiten werden durchgeführt …"
|
e "Finale Aufräumarbeiten werden durchgeführt …"
|
||||||
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."
|
||||||
}
|
}
|
||||||
|
|
||||||
trap handle_signal SIGINT SIGTERM
|
trap handle_signal SIGINT SIGTERM
|
||||||
|
@ -71,7 +73,7 @@ echo "\
|
||||||
###
|
###
|
||||||
# Maintainer: Computertruhe e. V.
|
# Maintainer: Computertruhe e. V.
|
||||||
# Website: https://computertruhe.de/
|
# Website: https://computertruhe.de/
|
||||||
# Version: 2.0.1
|
# Version: 2.1.0
|
||||||
# Repo: https://codeberg.org/Computertruhe/Setup-Skripte
|
# Repo: https://codeberg.org/Computertruhe/Setup-Skripte
|
||||||
# Distro: ${script_distro}
|
# Distro: ${script_distro}
|
||||||
###
|
###
|
||||||
|
@ -134,4 +136,6 @@ e "Unnötige Pakete entfernen und Cache bereinigen …"
|
||||||
apt clean --yes --quiet
|
apt clean --yes --quiet
|
||||||
apt autoremove --yes --quiet
|
apt autoremove --yes --quiet
|
||||||
|
|
||||||
e "Initiales Setup beendet."
|
e "\"Linux Mint\"-Handbuch herunterladen …"
|
||||||
|
mkdir /etc/skel/Desktop
|
||||||
|
wget -O"/etc/skel/Desktop/Linux Mint - Handbuch der Computertruhe für Ein- und Umsteiger*innen.pdf" https://computertruhe.de/handbuch/download/linux_mint.pdf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue