Merge branch 'patch-1' into 'master'
Update bootstrap.sh to gitlab.redox-os.org instead of github.com See merge request redox-os/redox!1190
This commit is contained in:
commit
23d58b2d5a
|
@ -470,7 +470,7 @@ statusCheck() {
|
||||||
boot()
|
boot()
|
||||||
{
|
{
|
||||||
echo "Cloning github repo..."
|
echo "Cloning github repo..."
|
||||||
git clone https://github.com/redox-os/redox.git --origin upstream --recursive
|
git clone https://gitlab.redox-os.org/redox-os/redox.git --origin upstream --recursive
|
||||||
rustInstall
|
rustInstall
|
||||||
if [[ "`cargo install --list`" != *"xargo"* ]]; then
|
if [[ "`cargo install --list`" != *"xargo"* ]]; then
|
||||||
cargo install xargo
|
cargo install xargo
|
||||||
|
|
Loading…
Reference in a new issue