commit
28af103f3d
@ -7,6 +7,8 @@ function get_linux_distro()
|
||||
echo "Ubuntu"
|
||||
elif grep -Eq "Deepin" /etc/*-release; then
|
||||
echo "Deepin"
|
||||
elif grep -Eq "Raspbian" /etc/*-release; then
|
||||
echo "Raspbian"
|
||||
elif grep -Eq "uos" /etc/*-release; then
|
||||
echo "UOS"
|
||||
elif grep -Eq "LinuxMint" /etc/*-release; then
|
||||
@ -583,6 +585,8 @@ function install_vimplus_on_linux()
|
||||
install_vimplus_on_ubuntu_like
|
||||
elif [ ${distro} == "Debian" ]; then
|
||||
install_vimplus_on_debian
|
||||
elif [ ${distro} == "Raspbian" ]; then
|
||||
install_vimplus_on_debian
|
||||
elif [ ${distro} == "UOS" ]; then
|
||||
install_vimplus_on_debian
|
||||
elif [ ${distro} == "Kali" ]; then
|
||||
|
||||
Loading…
Reference in New Issue
Block a user