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