Commit Graph

19 Commits

Author SHA1 Message Date
kai c89618028b temp Ordner anlegen funktion
TEMP_DIR="$HOME/Dokumente/temp"
mkdir -p "$TEMP_DIR"

# optional Icon setzen (best effort)
if [ ! -f "$TEMP_DIR/.directory" ]; then
cat <<EOF > "$TEMP_DIR/.directory"
[Desktop Entry]
Icon=clock
EOF
fi
2026-04-25 08:58:59 +00:00
kai 178953c430 temp-cleanup/install.sh aktualisiert 2026-04-24 12:50:28 +00:00
kai 8a82915276 temp-cleanup/install.sh aktualisiert 2026-04-24 12:47:29 +00:00
kai 42247ce5ef temp-cleanup/install.sh aktualisiert 2026-04-24 12:44:07 +00:00
kai 48effe61f9 temp-cleanup/install.sh aktualisiert 2026-04-24 12:42:05 +00:00
kai cbb84ac927 temp-cleanup/install.sh aktualisiert 2026-04-24 12:39:06 +00:00
kai dd3c82ba19 temp-cleanup/install.sh aktualisiert 2026-04-24 12:38:40 +00:00
kai 94dcb3b706 temp-cleanup/update.sh gelöscht 2026-04-24 12:30:34 +00:00
kai a9a93d5b89 temp-cleanup/install.sh aktualisiert
🧠 Was jetzt besser ist

✔ erkennt „ich bin schon installiert“
✔ keine self-copy Fehler mehr
✔ funktioniert für beide Fälle:

🆕 frischer Download
🔁 Update / Reinstall
2026-04-24 12:13:02 +00:00
kai 09b71ebf7b update.sh hinzugefügt
automatisches updaten wird hinzugefügt
2026-04-24 11:47:11 +00:00
kai 5d3f68e41f Clean Up wird erweitert
Clean Up wird erweitert
2026-04-24 11:45:04 +00:00
kai 40b5c7d628 cleanup-temp.timer
cleanup-temp.timer hinzugefügt
2026-04-24 11:43:39 +00:00
kai c9c8e54ed6 install.sh repariert 2026-04-24 11:41:08 +00:00
kai 2e9db196eb Install Block hinzugefügt
[Install]
WantedBy=default.target
2026-04-24 10:53:34 +00:00
kai cc6192e0c1 Behebung Bug bei dem Pfad während der Installation 2026-04-24 10:48:59 +00:00
kai 630d79333a install.sh hinzugefügt zum einfachen installieren
es wurde eine install.sh angelegt zum einfachen installieren des scripts.
2026-04-24 10:37:44 +00:00
kai 2a25cf98ef verbesserung der README.md 2026-04-24 10:32:22 +00:00
kai 8e9c60b390 Add temp cleanup script, systemd service and documentation 2026-04-24 12:24:18 +02:00
kai 585308c348 Add temp cleanup script and systemd service 2026-04-24 12:10:00 +02:00