Update install scripts to use new Universe Repo URL

This commit is contained in:
BenWhitehead
2015-06-03 15:02:29 -07:00
parent 47406cdfb5
commit 3461cfad7b
2 changed files with 2 additions and 2 deletions

View File

@@ -94,6 +94,6 @@ $env:DCOS_CONFIG = $DCOS_CONFIG
dcos config set core.reporting true
dcos config set core.dcos_url $dcos_url
dcos config set package.cache $env:temp\dcos\package-cache
dcos config set package.sources '[\"https://github.com/mesosphere/universe/archive/master.zip\"]'
dcos config set package.sources '[\"https://github.com/mesosphere/universe/archive/version-1.x.zip\"]'
dcos package update

View File

@@ -47,7 +47,7 @@ source "$ENV_SETUP"
dcos config set core.reporting true
dcos config set core.dcos_url $DCOS_URL
dcos config set package.cache ~/.dcos/cache
dcos config set package.sources '["https://github.com/mesosphere/universe/archive/master.zip"]'
dcos config set package.sources '["https://github.com/mesosphere/universe/archive/version-1.x.zip"]'
dcos package update
echo "Finished installing and configuring DCOS CLI."