Add nextcloud and better touch tool install

This commit is contained in:
ViViDboarder 2021-10-25 09:17:07 -07:00
parent 348e452988
commit 4abe1b01ed
3 changed files with 21 additions and 6 deletions

View File

@ -14,10 +14,15 @@ export PROJECT_DIR
init_paths_and_vars
if ! is_installed "macports" ; then
recipe 'macports'
set_installed "macports"
fi
function install() {
if ! is_installed "$1" ; then
recipe "$1"
set_installed "$1"
fi
}
recipe "finicky"
recipe 'bitwarden'
install "macports"
install "finicky"
install "bitwarden"
install "nextcloud"
install "bettertouchtool"

View File

@ -0,0 +1,4 @@
#! /bin/bash
curl -o "$TMP_DIR/BetterTouchTool.zip" "https://folivora.ai/releases/BetterTouchTool.zip"
unzip -d "/Applications" "$TMP_DIR/BetterTouchTool.zip"

6
recipes/mac-setup/nextcloud Executable file
View File

@ -0,0 +1,6 @@
#! /bin/bash
VERSION=3.3.5
FILENAME=Nextcloud-$VERSION.pkg
curl -L -o "$TMP_DIR/$FILENAME" "https://github.com/nextcloud/desktop/releases/download/v${VERSION}/$FILENAME"
sudo installer -pkg "$TMP_DIR/$FILENAME" -target /