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

Merge pull request #45 from YunoHost-Apps/fix-buster-install

Naively trying to fix install for bullseye
This commit is contained in:
Kayou 2021-06-17 16:36:05 +02:00 committed by GitHub
commit b86b53b820
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
#=================================================