From e01cb6010dbfdbb122b753613a628db49cc9d85c Mon Sep 17 00:00:00 2001 From: Yossi Date: Sun, 18 Mar 2018 15:45:29 +0200 Subject: [PATCH] refactor zip from cardigan to dride --- stage2/06-dride-base/00-run.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/stage2/06-dride-base/00-run.sh b/stage2/06-dride-base/00-run.sh index a9c4ef8..e8d1efe 100755 --- a/stage2/06-dride-base/00-run.sh +++ b/stage2/06-dride-base/00-run.sh @@ -209,12 +209,11 @@ echo "dtparam=i2c_vc=on" >> /boot/config.txt echo "========== Install Dride-core ============" cd /home -# https://s3.amazonaws.com/dride/releases/cardigan/latest.zip -sudo mkdir core && cd core -sudo wget -c -O "core.zip" "https://s3.amazonaws.com/dride/releases/cardigan/latest.zip" +# https://s3.amazonaws.com/dride/releases/dride/latest.zip +sudo wget -c -O "core.zip" "https://s3.amazonaws.com/dride/releases/dride/latest.zip" sudo unzip "core.zip" sudo rm -R core.zip - +cd core echo "========== Create video path ===========" # create the video/content destination