From c3d498e30c1f75fe598e5dabb466a10c8e4c5685 Mon Sep 17 00:00:00 2001 From: okkiv <68665660+okkiv@users.noreply.github.com> Date: Fri, 4 Feb 2022 11:54:20 +0100 Subject: [PATCH] fetch correct sources --- scripts/build-private.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build-private.sh b/scripts/build-private.sh index ade64829..69446de6 100755 --- a/scripts/build-private.sh +++ b/scripts/build-private.sh @@ -8,7 +8,7 @@ SUNSHINE_ASSETS_DIR="${SUNSHINE_ASSETS_DIR:-/etc/sunshine}" SUNSHINE_ROOT="${SUNSHINE_ROOT:-/root/sunshine}" SUNSHINE_TAG="${SUNSHINE_TAG:-master}" -SUNSHINE_GIT_URL="${SUNSHINE_GIT_URL:-https://github.com/loki-47-6F-64/sunshine.git}" +SUNSHINE_GIT_URL="${SUNSHINE_GIT_URL:-https://github.com/sunshinestream/sunshine.git}" SUNSHINE_ENABLE_WAYLAND=${SUNSHINE_ENABLE_WAYLAND:-ON}