mirror of
https://codeberg.org/Computertruhe/Setup-Skripte.git
synced 2025-06-28 03:16:21 +02:00
Update linux_mint.sh
added download of manual
This commit is contained in:
parent
a5d661a25f
commit
baeae4efd2
1 changed files with 7 additions and 3 deletions
|
@ -50,7 +50,9 @@ handle_signal() {
|
||||||
handle_exit() {
|
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