1
0
mirror of https://github.com/ViViDboarder/shoestrap.git synced 2025-01-12 08:03:27 +00:00
shoestrap/recipes/mac-setup/bettertouchtool

5 lines
160 B
Plaintext
Raw Normal View History

#! /bin/bash
curl -o "$TMP_DIR/BetterTouchTool.zip" "https://folivora.ai/releases/BetterTouchTool.zip"
unzip -d "/Applications" "$TMP_DIR/BetterTouchTool.zip"