1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-15 16:16:40 +00:00

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

View File

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