From 94dcb3b706b1c09dbd2b3012746328e1926f3889 Mon Sep 17 00:00:00 2001 From: kai Date: Fri, 24 Apr 2026 12:30:34 +0000 Subject: [PATCH] =?UTF-8?q?temp-cleanup/update.sh=20gel=C3=B6scht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- temp-cleanup/update.sh | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 temp-cleanup/update.sh diff --git a/temp-cleanup/update.sh b/temp-cleanup/update.sh deleted file mode 100644 index 794f2a8..0000000 --- a/temp-cleanup/update.sh +++ /dev/null @@ -1,23 +0,0 @@ -#!/usr/bin/env bash - -set -e - -echo "🔄 Update Temp Cleanup System..." - -REPO_DIR="$HOME/workstation-config" - -cd "$REPO_DIR" - -echo "📥 Hole Updates..." -git pull - -echo "🔧 Setze Rechte..." -chmod +x temp-cleanup/cleanup_temp.sh - -echo "🔄 Reload systemd..." -systemctl --user daemon-reload - -echo "🔁 Restart Timer..." -systemctl --user restart cleanup-temp.timer - -echo "✅ Update abgeschlossen!" \ No newline at end of file