diff --git a/scripts/install/frontend b/scripts/install/frontend index 46858694009..c035e8561f3 100755 --- a/scripts/install/frontend +++ b/scripts/install/frontend @@ -12,7 +12,7 @@ function installFrontendFromGitHub() { # Attempt to install the specified frontend version from GitHub scripts/install/pip_packages \ --target=./custom_components/hacs \ - "https://github.com/hacs/frontend/releases/download/${FRONTEND_VERSION}/hacs_frontend-${FRONTEND_VERSION}-py3-none-any.whl" + "https://github.com/hacs-china/frontend/releases/download/${FRONTEND_VERSION}/hacs_frontend-${FRONTEND_VERSION}-py3-none-any.whl" # Re-enable exit on error set -e }