[C] Switch Repo URL

This commit is contained in:
Simon Rieger 2022-12-19 09:10:25 +01:00
parent 47661fe681
commit 83d56d4edb

View file

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