1
0
Fork 0
mirror of https://code.sup39.dev/repos/Wqawg synced 2024-12-27 01:04:50 +09:00
vervis/update-deps.sh

29 lines
542 B
Bash

#!/bin/sh
VERVIS='https://dev.angeley.es/s/fr33domlover/r'
DEPS='dvara
hit-graph
hit-harder
hit-network
darcs-lights
darcs-rev
http-client-signature
http-signature
ssh
persistent-graph
persistent-migration
persistent-email-address
time-interval-aeson
yesod-http-signature
yesod-mail-send'
mkdir -p lib
cd lib
for dep in $DEPS; do
if [ -d "$dep" ]; then
darcs pull --repodir="$dep" --all
else
darcs clone "$VERVIS/$dep"
fi
done