Custom go2rtc

This commit is contained in:
Tom Sightler
2024-07-05 19:55:48 -04:00
parent 630eb36cd4
commit b1085066b4
4 changed files with 2 additions and 1 deletions

BIN
bin/go2rtc_linux_amd64 Normal file

Binary file not shown.

BIN
bin/go2rtc_linux_arm Normal file

Binary file not shown.

BIN
bin/go2rtc_linux_arm64 Normal file

Binary file not shown.

View File

@@ -39,7 +39,8 @@ else
;; ;;
esac esac
rm -f /usr/local/bin/go2rtc rm -f /usr/local/bin/go2rtc
curl -L -s -o /usr/local/bin/go2rtc "https://github.com/AlexxIT/go2rtc/releases/download/${GO2RTC_VERSION}/go2rtc_linux_${GO2RTC_ARCH}" #curl -L -s -o /usr/local/bin/go2rtc "https://github.com/AlexxIT/go2rtc/releases/download/${GO2RTC_VERSION}/go2rtc_linux_${GO2RTC_ARCH}"
cp "/app/ring-mqtt-${BRANCH}/bin/go2rtc_linux_${GO2RTC_ARCH}" /usr/local/bin/go2rtc
chmod +x /usr/local/bin/go2rtc chmod +x /usr/local/bin/go2rtc
case "${APK_ARCH}" in case "${APK_ARCH}" in