From 4527bc2e3c96897182b1a7c9234de09f2e9e7fff Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Wed, 24 Jul 2024 14:40:22 +0200 Subject: [PATCH] Target development install to develop branch (#48) --- tools/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/install.sh b/tools/install.sh index de599c4..2951621 100644 --- a/tools/install.sh +++ b/tools/install.sh @@ -120,7 +120,8 @@ install_stable_plugin() { # Function to install/update the plugin to the development version install_development_plugin() { local repo="dutchdronesquad/rh-stream-overlays" - local download_url="https://codeload.github.com/$repo/zip/refs/heads/main" + local branch="develop" + local download_url="https://codeload.github.com/$repo/zip/refs/heads/$branch" # Check if the plugin already exists and ask for update permission check_update_permission