From 6a061390db1853d62fda61a7b09b07ed4b8a9a9b Mon Sep 17 00:00:00 2001 From: Raphael <68374617+raphaelscholle@users.noreply.github.com> Date: Fri, 29 Sep 2023 17:56:19 +0200 Subject: [PATCH] Update install_build_dep.sh --- install_build_dep.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_build_dep.sh b/install_build_dep.sh index 34d225b16..dc31c14f8 100755 --- a/install_build_dep.sh +++ b/install_build_dep.sh @@ -25,7 +25,7 @@ PLATFORM_PACKAGES="qml-module-qt-labs-platform" # Add OpenHD Repository platform-specific packages apt install -y curl - curl -1sLf 'https://dl.cloudsmith.io/public/openhd/openhd-2-3-evo/setup.deb.sh'| sudo -E bash + curl -1sLf 'https://dl.cloudsmith.io/public/openhd/release/setup.deb.sh'| sudo -E bash apt update # Main function