6 lines
184 B
Plaintext
Raw Permalink Normal View History

#! /bin/bash
FILENAME=Dash.zip
curl --location -o "$TMP_DIR/$FILENAME" "https://iterm2.com/downloads/stable/latest"
unzip "$TMP_DIR/$FILENAME"
2024-06-13 12:59:23 -07:00
mv -f "$TMP_DIR/Dash.app" /Applications/