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}"