2
0
mirror of https://github.com/meganz/MEGAcmd synced 2025-08-31 05:45:11 +00:00

revert raspbian 11 repository folder name

This commit is contained in:
Pablo Martin
2023-12-15 10:24:29 +01:00
parent 5b4113b66a
commit 92d6df1cb0

View File

@@ -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