mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-13 01:36:31 +00:00
6 lines
194 B
Plaintext
6 lines
194 B
Plaintext
|
#! /bin/bash
|
||
|
VERSION=v6
|
||
|
FILENAME=Dash.zip
|
||
|
curl --location -o "$TMP_DIR/$FILENAME" "https://iterm2.com/downloads/stable/latest"
|
||
|
unzip "$TMP_DIR/$FILENAME"
|
||
|
mv -f "$TMP_DIR/Dash.app" /Applications/
|