Skip to content

Commit

Permalink
Target development install to develop branch (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
klaasnicolaas committed Jul 24, 2024
1 parent 6c44fe5 commit 4527bc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4527bc2

Please sign in to comment.