From e0d0ec05e335a91c72e81cf3c0c28fea261e51e5 Mon Sep 17 00:00:00 2001 From: brazier Date: Fri, 10 Oct 2025 20:01:54 +0200 Subject: [PATCH] refrence source_dir instead of hardlink Change hardlink to $source_dir --- installers/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/common.sh b/installers/common.sh index 328344ba..2fff1f30 100755 --- a/installers/common.sh +++ b/installers/common.sh @@ -621,7 +621,7 @@ function _download_latest_files() { _install_status 0 "Insiders please read this: https://docs.raspap.com/insiders/#authentication" fi - git clone --branch $branch --depth 1 --recurse-submodules -c advice.detachedHead=false $git_source_url /tmp/raspap-webgui || clone=false + git clone --branch $branch --depth 1 --recurse-submodules -c advice.detachedHead=false $git_source_url $source_dir || clone=false git -C $source_dir submodule update --remote plugins || clone=false if [ "$clone" = false ]; then