From ddc61d59c5deeaa61c5d6f52725526b47dc783f2 Mon Sep 17 00:00:00 2001 From: scriptos Date: Sun, 31 Mar 2024 13:35:51 +0200 Subject: [PATCH] Umstellung auf neue Domain --- README.md | 4 ++-- weekly-update.v2.sh | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f0e8cbf..d8538f4 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Dieses Skript ist eine verbesserte Version eines wöchentlichen Update-Skripts f ## Verwendung -1. Klone das Repository: `git clone https://git.media-techport.de/scriptos/weekly-updater.git` +1. Klone das Repository: `git clone https://git.techniverse.net/scriptos/weekly-updater.git` 2. Navigiere in das Verzeichnis: `cd weekly-updater` 3. Führe das Skript aus: `bash weekly-update.v2.sh` @@ -22,7 +22,7 @@ Dieses Skript ist eine verbesserte Version eines wöchentlichen Update-Skripts f # Script zum Updaten des Systems und CronJob erstellen mkdir -p /home/scripts/default mkdir -p /tmp/git -git clone https://git.media-techport.de/scriptos/weekly-updater.git /tmp/git/weekly-updater +git clone https://git.techniverse.net/scriptos/weekly-updater.git /tmp/git/weekly-updater cp /tmp/git/weekly-updater/weekly-update.v2.sh /home/scripts/default/weekly-update.v2.sh chmod 755 -R /home/scripts/default chmod +x /home/scripts/default/weekly-update.v2.sh diff --git a/weekly-update.v2.sh b/weekly-update.v2.sh index 5cd6307..e4f8331 100644 --- a/weekly-update.v2.sh +++ b/weekly-update.v2.sh @@ -3,11 +3,11 @@ # Beschreibung: Wöchentliches Update-Skript für Linux-Systeme # Aufruf: bash ./weekly-update.v2.sh # Autor: Patrick Asmus -# Web: https://www.media-techport.de -# Git-Reposit.: https://git.media-techport.de/scriptos/weekly-updater.git -# Version: 2.1.6 -# Datum: 01.02.2024 -# Modifikation: "exec &> /dev/tty" nicht weiter notwendig +# Web: https://www.techniverse.net +# Git-Reposit.: https://git.techniverse.net/scriptos/weekly-updater.git +# Version: 2.2 +# Datum: 31.03.2024 +# Modifikation: Umstellung auf neue Domain ##################################################### # Variablen