diff --git a/.install/pass.sh b/.install/pass.sh new file mode 100755 index 0000000..bfa34fa --- /dev/null +++ b/.install/pass.sh @@ -0,0 +1,12 @@ +#!/bin/sh + +set -e + +echo +echo "Installing pass..." +echo + +sudo apk add --no-cache \ + pass@testing + +git clone git@makerforce.io:ambrose/pass.git ~/.password-store