fix gamepack downloading
This commit is contained in:
parent
d40c79f30c
commit
168a1591c2
|
|
@ -33,7 +33,9 @@ pack()
|
||||||
;;
|
;;
|
||||||
gitdir)
|
gitdir)
|
||||||
rm -rf "games/$pack"
|
rm -rf "games/$pack"
|
||||||
|
cd games
|
||||||
git archive --remote="$source" --prefix="$pack/" "$2":"$1" | tar xvf -
|
git archive --remote="$source" --prefix="$pack/" "$2":"$1" | tar xvf -
|
||||||
|
cd ..
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
return
|
return
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user