mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-10 04:56:30 +00:00
6 lines
190 B
Bash
Executable File
6 lines
190 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"
|