Commit 93943d90686e406596e00bc62138a03170d46bd1

Thomas de Grivel 2023-02-09T18:10:24

shpkg_bootstrap -f

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/bin/shpkg_bootstrap b/bin/shpkg_bootstrap
index f5bdef8..2d98ec7 100755
--- a/bin/shpkg_bootstrap
+++ b/bin/shpkg_bootstrap
@@ -42,6 +42,7 @@ fi
 if [ -d "${SHPKG_DIR}" ]; then
     if [ "x$FORCE" = "xYes" ]; then
         rm -rf "${SHPKG_DIR}"
+        git clone https://git.kmx.io/kmx.io/shpkg.git "${SHPKG_DIR}"
     fi
 else
     git clone https://git.kmx.io/kmx.io/shpkg.git "${SHPKG_DIR}"