From 87c91c53362382d8f8d067f14da800ae2b2b87c6 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 11 Jun 2021 16:13:43 +0200 Subject: [PATCH] Naively trying to fix install for buster --- scripts/_common.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/_common.sh b/scripts/_common.sh index 0af1aa3..96c7e28 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 #=================================================