fix gamepack download using git-archive
This commit is contained in:
parent
99342abdf7
commit
9abcf4ec65
|
|
@ -103,7 +103,9 @@ pack()
|
|||
;;
|
||||
gitdir)
|
||||
rm -rf "games/$pack"
|
||||
cd games
|
||||
git archive --remote="$source" --prefix="$pack/" "$2":"$1" | tar xvf -
|
||||
cd ..
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user