mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-08 04:28:42 +08:00
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 New Issue
Block a user