π―
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| ################################################################################ | |
| # π° KLIMAGELD-CHECK ERINNERUNGS-SCRIPT (UNIVERSAL) | |
| # ============================================================================ | |
| # Funktioniert auf: Debian/Ubuntu, Arch Linux, Fedora/RHEL, openSUSE | |
| # Lizenz: MIT (Kostenlos!) | |
| # Autor: Tuxplayer | |
| # Web: https://github.com/Tuxplayers | |
| ################################################################################ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| ################################################################################ | |
| # π UNIVERSAL INSTALLER FΓR ALLE LINUX-DISTROS | |
| # Funktioniert auf: Ubuntu, Debian, Arch, Fedora, openSUSE | |
| ################################################################################ | |
| set -euo pipefail | |
| echo "ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ" | |
| echo "β π KLIMAGELD ERINNERUNGS-SCRIPT INSTALLER β" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Unit] | |
| Description=π° Klimageld Erinnerungs-Script | |
| Documentation=https://github.com/Tuxplayers | |
| After=network-online.target | |
| Wants=network-online.target | |
| [Service] | |
| Type=oneshot | |
| User=%i | |
| ExecStart=/usr/local/bin/erinnerung-klimageld-pro.sh "π° KLIMAGELD-CHECK" "Besuche https://www.bzst.de" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| ################################################################################ | |
| # π° KLIMAGELD-CHECK ERINNERUNGS-SCRIPT (UNIVERSAL) | |
| # ============================================================================ | |
| # Funktioniert auf: Debian/Ubuntu, Arch Linux, Fedora/RHEL, openSUSE | |
| # Lizenz: MIT (Kostenlos!) | |
| # Autor: Tuxplayer | |
| # Web: https://github.com/Tuxplayers | |
| Γ€ Date: Mi 17. Dez 06:55:38 CET 2025 | |
| ################################################################################ |