diff --git a/scripts/get-coreos b/scripts/get-coreos index af6b9f63..9f63f365 100755 --- a/scripts/get-coreos +++ b/scripts/get-coreos @@ -2,8 +2,8 @@ # USAGE: ./scripts/get-coreos # USAGE: ./scripts/get-coreos alpha 942.0.0 -CHANNEL=${1:-"beta"} -VERSION=${2:-"899.6.0"} +CHANNEL=${1:-"alpha"} +VERSION=${2:-"962.0.0"} DEST=${PWD}/assets/coreos/$VERSION BASE_URL=http://$CHANNEL.release.core-os.net/amd64-usr/$VERSION