1
0
Fork 0

Add pass clone and install
the build failed Details

main
Ambrose Chua 2018-10-10 19:23:22 +08:00
parent 24487c3ec5
commit d94fbd5602
1 changed files with 12 additions and 0 deletions

12
.install/pass.sh Executable file
View File

@ -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