File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 2626 pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/ubuntu/ \
2727 piper-tts \
2828 "wyoming-piper==${PIPER_VERSION}" && \
29- if [ -z ${PIPER_BIN_VERSION+x} ]; then \
30- PIPER_BIN_VERSION=$(curl -sL "https://api.github.com/repos/OHF-Voice/piper1-gpl/releases/latest" \
31- | awk '/tag_name/{print $4;exit}' FS='[""]' ); \
32- fi && \
3329 printf "Linuxserver.io version: ${VERSION}\n Build-date: ${BUILD_DATE}" > /build_version && \
3430 echo "**** cleanup ****" && \
3531 rm -rf \
Original file line number Diff line number Diff line change 2626 pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/ubuntu/ \
2727 piper-tts \
2828 "wyoming-piper==${PIPER_VERSION}" && \
29- if [ -z ${PIPER_BIN_VERSION+x} ]; then \
30- PIPER_BIN_VERSION=$(curl -sL "https://api.github.com/repos/OHF-Voice/piper1-gpl/releases/latest" \
31- | awk '/tag_name/{print $4;exit}' FS='[""]'); \
32- fi && \
3329 printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
3430 echo "**** cleanup ****" && \
3531 rm -rf \
You can’t perform that action at this time.
0 commit comments