From 83d56d4edbba1156f0cea7cf202c3941bba830d6 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Mon, 19 Dec 2022 09:10:25 +0100 Subject: [PATCH] [C] Switch Repo URL --- repo.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repo.sh b/repo.sh index 78fad98..56ba427 100755 --- a/repo.sh +++ b/repo.sh @@ -2,8 +2,8 @@ set -ex ENVLOCAL="/etc/environment" -export WEBADDRESS_OS="https://git.spectreos.de/simono41/SpectreOS.git" -export WEBADDRESS_SCRIPTE="https://git.spectreos.de/simono41/shell-scripte-code.git" +export WEBADDRESS_OS="https://git.brothertec.eu/simono41/SpectreOS.git" +export WEBADDRESS_SCRIPTE="https://git.brothertec.eu/simono41/shell-scripte-code.git" if grep 'WEBADDRESS_OS' $ENVLOCAL; then sed -i 's|WEBADDRESS_OS=.*|WEBADDRESS_OS='$WEBADDRESS_OS'|' $ENVLOCAL