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:
commit
b86b53b820
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue