mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-13 00:56:31 +00:00
5 lines
189 B
Bash
Executable File
5 lines
189 B
Bash
Executable File
#! /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" |