diff --git a/scripts/_common.sh b/scripts/_common.sh index 297863c..063e018 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -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 #=================================================