mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-14 04:46:30 +00:00
5 lines
189 B
Plaintext
5 lines
189 B
Plaintext
|
#! /bin/bash
|
||
|
VERSION=v6
|
||
|
FILENAME=Dash.zip
|
||
|
curl --location -o "$TMP_DIR/$FILENAME" "https://sanfrancisco.kapeli.com/downloads/$VERSION/Dash.zip"
|
||
|
unzip -od /Applications/ "$TMP_DIR/$FILENAME"
|