This commit is contained in:
Marat Fayzullin 2023-08-07 22:33:00 -04:00
commit e2e9086352
1 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,8 @@ apt-get -y install --no-install-recommends $STATIC_PACKAGES $BUILD_PACKAGES
git clone https://github.com/jketterl/js8py.git
pushd js8py
# latest develop as of 2022-11-30 (structured callsign data)
git checkout f7e394b7892d26cbdcce5d43c0b4081a2a6a48f6
#git checkout f7e394b7892d26cbdcce5d43c0b4081a2a6a48f6
git checkout 0.1.2
python3 setup.py install
popd
rm -rf js8py