1
0
mirror of https://github.com/ViViDboarder/shoestrap.git synced 2025-02-24 17:24:01 +00:00
2021-10-25 09:17:07 -07:00

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"