[C] Switch Repo URL
This commit is contained in:
parent
47661fe681
commit
83d56d4edb
1 changed files with 2 additions and 2 deletions
4
repo.sh
4
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
|
||||
|
|
Loading…
Reference in a new issue