refactor zip from cardigan to dride
This commit is contained in:
parent
4c42882c59
commit
e01cb6010d
|
@ -209,12 +209,11 @@ echo "dtparam=i2c_vc=on" >> /boot/config.txt
|
||||||
|
|
||||||
echo "========== Install Dride-core ============"
|
echo "========== Install Dride-core ============"
|
||||||
cd /home
|
cd /home
|
||||||
# https://s3.amazonaws.com/dride/releases/cardigan/latest.zip
|
# https://s3.amazonaws.com/dride/releases/dride/latest.zip
|
||||||
sudo mkdir core && cd core
|
sudo wget -c -O "core.zip" "https://s3.amazonaws.com/dride/releases/dride/latest.zip"
|
||||||
sudo wget -c -O "core.zip" "https://s3.amazonaws.com/dride/releases/cardigan/latest.zip"
|
|
||||||
sudo unzip "core.zip"
|
sudo unzip "core.zip"
|
||||||
sudo rm -R core.zip
|
sudo rm -R core.zip
|
||||||
|
cd core
|
||||||
|
|
||||||
echo "========== Create video path ==========="
|
echo "========== Create video path ==========="
|
||||||
# create the video/content destination
|
# create the video/content destination
|
||||||
|
|
Loading…
Reference in New Issue
Block a user