Skip to content

Commit

Permalink
Update alrc-termux.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
luisadha authored Jun 4, 2024
1 parent d066d9b commit 17055c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alrc-termux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
# set -xv


export ALRC_VERSION="4.3.3e"
export ALRC_VERSION="4.3.3b"

ALRC_UDATE='26/04/24 00:54 WIB'

if [ "$ALRC_USE_ENV_PATH" == "true" ]; then
export ALRC_HOME="$(cd -P -- "$(dirname -- "$(readlink "${BASH_SOURCE[0]}")")" && "${ZTMEXLUIS_MOD}"/${module_name}-${module_version}/alrc-termux.sh)"
export ALRC_HOME="$(cd -P -- "$(dirname -- "$(readlink "${BASH_SOURCE[0]}")")" && pwd)"
# kode diatas akan error jika ada file .env dimanapun atau plugin env diaktifkan solusi unset saja ALRC_USE_ENV_PATH dan gunakan ALRC_HOME dengan nilai default
export ALRC_SOURCE="alrc-termux.sh"
export ALRC_SCRIPT="$ALRC_HOME/$ALRC_SOURCE"
Expand Down

0 comments on commit 17055c1

Please sign in to comment.