1
0
Fork 0
env/.install/pass.sh

13 lines
163 B
Bash
Raw Normal View History

2018-10-10 19:23:22 +08:00
#!/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