mirror of
https://github.com/urbit/shrub.git
synced 2024-12-03 16:23:53 +03:00
Merge pull request #998 from urbit/urbit-0-6-0
Version the bootstrap.urbit.org boot pill URL
This commit is contained in:
commit
7633b5cc9c
@ -255,7 +255,7 @@ _main_getopt(c3_i argc, c3_c** argv)
|
||||
&& u3_Host.ops_u.url_c == 0
|
||||
&& u3_Host.ops_u.git == c3n ) {
|
||||
|
||||
u3_Host.ops_u.url_c = "https://bootstrap.urbit.org/latest.pill";
|
||||
u3_Host.ops_u.url_c = "https://bootstrap.urbit.org/urbit-" URBIT_VERSION ".pill";
|
||||
|
||||
} else if ( u3_Host.ops_u.nuu == c3y
|
||||
&& u3_Host.ops_u.url_c == 0
|
||||
|
Loading…
Reference in New Issue
Block a user