Commit Graph

30 Commits

Author SHA1 Message Date
kai 7c6f691f65 temp-cleanup/README.md aktualisiert 2026-04-25 09:24:57 +00:00
kai 7f82e84012 README angepasst 2026-04-25 09:23:35 +00:00
kai 79f0fb7d52 temp Ordner sofort anlegen
# 📁 Temp Ordner sofort anlegen
TEMP_DIR="$HOME/Dokumente/temp"
mkdir -p "$TEMP_DIR"

echo "📁 Temp-Ordner erstellt: $TEMP_DIR"
2026-04-25 09:04:40 +00:00
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 b9125374fe säuberung bootstrap 2026-04-25 08:54:28 +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 ab42e38b75 update.sh verschoben
lag falsch
2026-04-24 12:18:38 +00:00
kai 283e8bf6b2 install.sh aktualisiert 2026-04-24 12:16:47 +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 2b0776c2f6 install.sh aktualisiert 2026-04-24 12:08:38 +00:00
kai cf5629edeb install.sh aktualisiert 2026-04-24 12:05:53 +00:00
kai 57872f0177 install.sh reparatur
git problem
2026-04-24 12:01:40 +00:00
kai 67cced218f install.sh Bootstrap
install.sh „bootstrap-fähig“ machen
2026-04-24 11:58:08 +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
kai 029df935e7 test hinzugefügt 2026-04-24 09:59:01 +00:00