mirror of
https://github.com/meganz/MEGAcmd
synced 2025-08-22 01:47:24 +00:00
Compare commits
2 Commits
1d52c9cb5d
...
5a6b8291e5
Author | SHA1 | Date | |
---|---|---|---|
|
5a6b8291e5 | ||
|
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