1
0
Fork 0

Ensure yadm dependencies are met

main
Ambrose Chua 2018-04-01 20:51:40 +08:00
parent fee65053be
commit 14519d66b3
1 changed files with 4 additions and 0 deletions

View File

@ -7,5 +7,9 @@ echo
echo "Installing yadm..."
echo
apk add --no-cache \
git \
bash
curl -fLo /usr/local/bin/yadm https://github.com/TheLocehiliosan/yadm/raw/master/yadm
chmod a+x /usr/local/bin/yadm