We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5273134 commit 30f244eCopy full SHA for 30f244e
entrypoint.sh
@@ -1,8 +1,10 @@
1
#!/bin/bash
2
set -e
3
4
+REPO="${REPO:-glacier-modding/Hitman-Hashes}"
5
+
6
echo "Downloading latest hash list..."
-curl -L https://github.com/glacier-modding/Hitman-Hashes/releases/latest/download/latest-hashes.7z -o latest-hashes.7z
7
+curl -L https://github.com/${REPO}/releases/latest/download/latest-hashes.7z -o latest-hashes.7z
8
7z x latest-hashes.7z -y
9
rm latest-hashes.7z
10
0 commit comments