From 79b203f58143b22f400801fe76a33b2f7c71399e Mon Sep 17 00:00:00 2001 From: Sirisak Lueangsaksri <1087399+spywhere@users.noreply.github.com> Date: Mon, 2 Sep 2024 00:10:40 +0700 Subject: [PATCH] feat(packages): add cryptomator --- packages/cryptomator.sh | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 packages/cryptomator.sh diff --git a/packages/cryptomator.sh b/packages/cryptomator.sh new file mode 100644 index 0000000..9445124 --- /dev/null +++ b/packages/cryptomator.sh @@ -0,0 +1,17 @@ +#!/bin/sh + +set -e + +if + ! (command -v force_print >/dev/null 2>&1) || + ! (force_print 3 a b >/dev/null 2>&1) || + test "$(force_print 3 a b)" != "a b"; +then + printf "Please run this script through \"install.sh\" instead" + exit 1 +fi + +has_app 'Cryptomator' + +profile -work +use_brew cask 'cryptomator'