2
0
mirror of https://github.com/meganz/MEGAcmd synced 2025-08-22 01:47:24 +00:00

Merge branch 'release/v2.1.1_Ub2504' into 'master'

add ubuntu2504 postinst

See merge request apps/MEGAcmd!910
This commit is contained in:
Pablo M 2025-04-09 02:33:32 +12:00
commit 5a6b8291e5

View File

@ -16,6 +16,8 @@ elif [[ $distro = "Raspbian GNU/Linux 9"* ]]; then
elif [[ $distro = "Raspbian GNU/Linux 8"* ]]; then
str="Raspbian_8.0"
# Ubuntu
elif [[ $ver = "25.04" ]]; then
str="xUbuntu_25.04"
elif [[ $ver = "24.10" ]]; then
str="xUbuntu_24.10"
elif [[ $ver = "24.04" ]]; then
@ -110,6 +112,8 @@ elif [[ $distro = "Linux Mint 21.3 Virginia" ]]; then
str="xUbuntu_22.04"
elif [[ $distro = "Linux Mint 22 Wilma" ]]; then
str="xUbuntu_24.04"
elif [[ $distro = "Linux Mint 22.1 Xia" ]]; then
str="xUbuntu_24.04"
# fallback to LTS version, unsupported
else
str="xUbuntu_18.04"