We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf30648 commit fdcaf82Copy full SHA for fdcaf82
scripts/setup/debians/build_decomputil.sh
@@ -25,7 +25,7 @@ DIST=$(grep -oP "(?<=VERSION_CODENAME=).*" /etc/os-release)
25
if [ -d $PACKAGE_NAME ]; then
26
rm -rf $PACKAGE_NAME
27
fi
28
-git clone --quiet https://github.com/bcoltinnasa/DecompUtil.git $PACKAGE_NAME 2>&1 || exit 1
+git clone --quiet https://github.com/bcoltin/DecompUtil.git $PACKAGE_NAME 2>&1 || exit 1
29
cd $PACKAGE_NAME
30
git checkout --quiet 5d652b8d144c8075b272094fb95b90ab9ff0e48e 2>&1
31
git archive --prefix=$PACKAGE_NAME/ --output=../$ORIG_TAR --format tar.gz HEAD || exit 1
0 commit comments