mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-24 08:56:31 +00:00
Install finicky
This commit is contained in:
parent
874d03ae27
commit
073701e291
@ -18,3 +18,5 @@ if ! is_installed "macports" ; then
|
|||||||
recipe 'macports'
|
recipe 'macports'
|
||||||
set_installed "macports"
|
set_installed "macports"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
recipe "finicky"
|
||||||
|
9
recipes/mac-setup/finicky
Executable file
9
recipes/mac-setup/finicky
Executable file
@ -0,0 +1,9 @@
|
|||||||
|
#! /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"
|
Loading…
Reference in New Issue
Block a user