Skip to content
Snippets Groups Projects
Commit 23d58b2d authored by Jeremy Soller's avatar Jeremy Soller
Browse files

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
parents 01c381b0 7ec9dd8e
No related branches found
No related tags found
No related merge requests found
......@@ -470,7 +470,7 @@ statusCheck() {
boot()
{
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
if [[ "`cargo install --list`" != *"xargo"* ]]; then
cargo install xargo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment