From 452765b52e066b2951b57c785ab449c00633eefc Mon Sep 17 00:00:00 2001 From: Debucquoy Anthony Date: Wed, 12 Apr 2023 02:13:30 +0200 Subject: [PATCH] fixup! fixup! script for making mirror --- update.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 5202831..f874d81 100755 --- a/update.sh +++ b/update.sh @@ -1,6 +1,7 @@ #!/usr/bin/sh -git pull +git fetch --all +git reset --hard origin/master mkdir -p tonitch export PKGDEST=$(pwd)/tonitch