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:
Mac 2022-10-05 20:20:15 +02:00
commit 04da5c1ecc
1 changed files with 7 additions and 3 deletions

View File

@ -50,7 +50,9 @@ handle_signal() {
handle_exit() {
e "Finale Aufräumarbeiten werden durchgeführt …"
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
@ -71,7 +73,7 @@ echo "\
###
# Maintainer: Computertruhe e. V.
# Website: https://computertruhe.de/
# Version: 2.0.1
# Version: 2.1.0
# Repo: https://codeberg.org/Computertruhe/Setup-Skripte
# Distro: ${script_distro}
###
@ -134,4 +136,6 @@ e "Unnötige Pakete entfernen und Cache bereinigen …"
apt clean --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