mirror of
https://github.com/DrewThomasson/ebook2audiobook.git
synced 2026-01-09 22:08:13 -05:00
...
This commit is contained in:
@@ -36,7 +36,7 @@ set "PYTHONUTF8=1"
|
|||||||
set "PYTHONIOENCODING=utf-8"
|
set "PYTHONIOENCODING=utf-8"
|
||||||
set "CURRENT_ENV="
|
set "CURRENT_ENV="
|
||||||
set "HOST_PROGRAMS=cmake rustup python calibre-normal ffmpeg nodejs espeak-ng sox tesseract"
|
set "HOST_PROGRAMS=cmake rustup python calibre-normal ffmpeg nodejs espeak-ng sox tesseract"
|
||||||
set "DOCKER_PROGRAMS=curl ffmpeg nodejs espeak-ng sox tesseract-ocr" # tesseract-ocr-[lang] and calibre are hardcoded in Dockerfile
|
set "DOCKER_PROGRAMS=curl wget ffmpeg nodejs espeak-ng sox tesseract-ocr" # tesseract-ocr-[lang] and calibre are hardcoded in Dockerfile
|
||||||
set "DOCKER_CALIBRE_INSTALLER_URL=https://download.calibre-ebook.com/linux-installer.sh"
|
set "DOCKER_CALIBRE_INSTALLER_URL=https://download.calibre-ebook.com/linux-installer.sh"
|
||||||
set "DOCKER_DEVICE_STR="
|
set "DOCKER_DEVICE_STR="
|
||||||
set "DOCKER_IMG_NAME=ebook2audiobook"
|
set "DOCKER_IMG_NAME=ebook2audiobook"
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ APP_NAME="ebook2audiobook"
|
|||||||
APP_VERSION=$(<"$SCRIPT_DIR/VERSION.txt")
|
APP_VERSION=$(<"$SCRIPT_DIR/VERSION.txt")
|
||||||
OS_LANG=$(echo "${LANG:-en}" | cut -d_ -f1 | tr '[:upper:]' '[:lower:]')
|
OS_LANG=$(echo "${LANG:-en}" | cut -d_ -f1 | tr '[:upper:]' '[:lower:]')
|
||||||
HOST_PROGRAMS=("cmake" "curl" "pkg-config" "calibre" "ffmpeg" "nodejs" "espeak-ng" "cargo" "rust" "sox" "tesseract")
|
HOST_PROGRAMS=("cmake" "curl" "pkg-config" "calibre" "ffmpeg" "nodejs" "espeak-ng" "cargo" "rust" "sox" "tesseract")
|
||||||
DOCKER_PROGRAMS=("curl" "ffmpeg" "nodejs" "espeak-ng" "sox" "tesseract-ocr") # tesseract-ocr-[lang] and calibre are hardcoded in Dockerfile
|
DOCKER_PROGRAMS=("curl" "wget" "ffmpeg" "nodejs" "espeak-ng" "sox" "tesseract-ocr") # tesseract-ocr-[lang] and calibre are hardcoded in Dockerfile
|
||||||
DOCKER_DEVICE_STR=""
|
DOCKER_DEVICE_STR=""
|
||||||
DOCKER_IMG_NAME="$APP_NAME"
|
DOCKER_IMG_NAME="$APP_NAME"
|
||||||
CALIBRE_INSTALLER_URL="https://download.calibre-ebook.com/linux-installer.sh"
|
CALIBRE_INSTALLER_URL="https://download.calibre-ebook.com/linux-installer.sh"
|
||||||
|
|||||||
Reference in New Issue
Block a user