mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-06 09:26:31 +00:00
5 lines
160 B
Plaintext
5 lines
160 B
Plaintext
|
#! /bin/bash
|
||
|
|
||
|
curl -o "$TMP_DIR/BetterTouchTool.zip" "https://folivora.ai/releases/BetterTouchTool.zip"
|
||
|
unzip -d "/Applications" "$TMP_DIR/BetterTouchTool.zip"
|