scripts/setup-cgct.sh: bug fix

This commit is contained in:
Ivan Max 2023-08-23 17:17:14 +03:00 committed by GitHub
parent a8f68eb882
commit bfc6786bf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
set -e -u
: "${CGCT_DIR:="/data/data/${TERMUX_APP_PACKAGE}/cgct"}"
ARCH="x86_64"
REPO_URL="https://service.termux-pacman.dev/gpkg-dev/${ARCH}"
VERSION_OF_CBT="2.41-0"