diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index 9a91ec3ed..6ddfb456b 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -59,6 +59,7 @@ PACKAGES+=" xmltoman" PACKAGES+=" python3.7" PACKAGES+=" python3.8" PACKAGES+=" python3.9" +PACKAGES+=" python3.10" PACKAGES+=" python3-pip" PACKAGES+=" python3-setuptools"