From 269415908c024ba38a11384cb3d1104a729efa65 Mon Sep 17 00:00:00 2001 From: ValarDragon Date: Wed, 14 Nov 2018 11:05:48 -0800 Subject: [PATCH] change branch to master --- scripts/install_sdk_ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_sdk_ubuntu.sh b/scripts/install_sdk_ubuntu.sh index 8e16513260..0559b84062 100644 --- a/scripts/install_sdk_ubuntu.sh +++ b/scripts/install_sdk_ubuntu.sh @@ -4,7 +4,7 @@ # a fresh Digital Ocean droplet with Ubuntu # change this to a specific release or branch -BRANCH=v0.26.0 +BRANCH=master sudo apt-get update -y sudo apt-get upgrade -y