mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-13 02:56:33 +00:00
5 lines
190 B
Bash
Executable File
5 lines
190 B
Bash
Executable File
#! /bin/bash
|
|
set -e
|
|
FILENAME=TextMate_Latest.tbz
|
|
curl --location -o "$TMP_DIR/$FILENAME" "https://api.textmate.org/downloads/release?os=10.12"
|
|
tar -xzf "$TMP_DIR/$FILENAME" -C /Applications/ |