Skip to content

Commit

Permalink
feat(packages): add cryptomator
Browse files Browse the repository at this point in the history
  • Loading branch information
spywhere committed Sep 1, 2024
1 parent f15c93a commit 79b203f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions packages/cryptomator.sh
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit 79b203f

Please sign in to comment.