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