diff --git a/tools/installpsh-debian.sh b/tools/installpsh-debian.sh index 40bdc39740a..78013558f7b 100755 --- a/tools/installpsh-debian.sh +++ b/tools/installpsh-debian.sh @@ -186,7 +186,7 @@ case $DISTRIB_ID in debian) DISTRIB_RELEASE=${DISTRIB_RELEASE%%.*} case $DISTRIB_RELEASE in - 8|9) + 8|9|10|11) curl https://packages.microsoft.com/config/debian/$DISTRIB_RELEASE/prod.list | $SUDO tee /etc/apt/sources.list.d/microsoft.list ;; *)