1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/weblate_ynh.git synced 2024-10-01 13:35:04 +02:00

Naively trying to fix install for buster

This commit is contained in:
Alexandre Aubin 2021-06-11 16:13:43 +02:00 committed by GitHub
parent a56c9bdce2
commit 87c91c5336
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,8 @@ if [ "$debian_maj_version" -eq 9 ] ; then
weblate_pypath="python3.5"
elif [ "$debian_maj_version" -eq 10 ] ; then
weblate_pypath="python3.7"
elif [ "$debian_maj_version" -eq 11 ] ; then
weblate_pypath="python3.9"
fi
#=================================================