mirror of
https://github.com/DrewThomasson/ebook2audiobook.git
synced 2026-01-09 22:08:13 -05:00
...
This commit is contained in:
@@ -24,8 +24,6 @@ export CONDA_BIN_PATH="$CONDA_HOME/bin"
|
||||
export CONDA_ENV="$CONDA_HOME/etc/profile.d/conda.sh"
|
||||
export PATH="$CONDA_BIN_PATH:$PATH"
|
||||
|
||||
ISO3_LANG="$(get_iso3_lang $OS_LANG)"
|
||||
|
||||
NATIVE="native"
|
||||
BUILD_DOCKER="build_docker"
|
||||
ARCH=$(uname -m)
|
||||
@@ -50,6 +48,8 @@ INSTALLED_LOG="$SCRIPT_DIR/.installed"
|
||||
UNINSTALLER="$SCRIPT_DIR/uninstall.sh"
|
||||
WGET=$(which wget 2>/dev/null)
|
||||
|
||||
ISO3_LANG="$(get_iso3_lang $OS_LANG)"
|
||||
|
||||
typeset -A arguments # associative array
|
||||
typeset -a programs_missing # indexed array
|
||||
|
||||
|
||||
Reference in New Issue
Block a user