mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-06 04:46:29 +00:00
10 lines
220 B
Bash
Executable File
10 lines
220 B
Bash
Executable File
#! /bin/bash
|
|
|
|
set -e
|
|
|
|
VERSION=3.4.0
|
|
|
|
curl -L -o "$PROJECT_DIR/tmp/Finicky.zip" "https://github.com/johnste/finicky/releases/download/v${VERSION}/Finicky.zip"
|
|
|
|
unzip -d "$HOME/Applications" "$PROJECT_DIR/tmp/Finicky.zip"
|