Umstellung auf neue Domain

This commit is contained in:
scriptos 2024-03-31 13:35:51 +02:00
parent 471aa79139
commit ddc61d59c5
2 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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