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'