mirror of
https://github.com/meganz/MEGAcmd
synced 2025-08-22 09:57:09 +00:00
add ubuntu2504 postinst
This commit is contained in:
parent
67577e05b4
commit
7fe3e1eb65
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user