Navigation Menu

Skip to content

Commit

Permalink
Update bootstrap.sh to gitlab.redox-os.org instead of github.com
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiao committed Jun 14, 2018
1 parent 01c381b commit 7ec9dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.sh
Expand Up @@ -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
Expand Down

0 comments on commit 7ec9dd8

Please sign in to comment.