diff --git a/build/megacmd/debian.postinst b/build/megacmd/debian.postinst index 616cf382..51e1fecd 100644 --- a/build/megacmd/debian.postinst +++ b/build/megacmd/debian.postinst @@ -8,7 +8,7 @@ ver=$(cat /usr/share/doc/megacmd/version) if [[ $distro = "Raspbian GNU/Linux 12"* ]]; then str="Raspbian_12" elif [[ $distro = "Raspbian GNU/Linux 11"* ]]; then - str="Raspbian_11.0" + str="Raspbian_11" elif [[ $distro = "Raspbian GNU/Linux 10"* ]]; then str="Raspbian_10.0" elif [[ $distro = "Raspbian GNU/Linux 9"* ]]; then