Skip to content

Commit

Permalink
add suport for UOS
Browse files Browse the repository at this point in the history
  • Loading branch information
wangling12 authored May 28, 2020
1 parent 8e41fc3 commit 4e54a7c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ function get_linux_distro()
echo "Ubuntu"
elif grep -Eq "Deepin" /etc/*-release; then
echo "Deepin"
elif grep -Eq "uos" /etc/*-release; then
echo "UOS"
elif grep -Eq "LinuxMint" /etc/*-release; then
echo "LinuxMint"
elif grep -Eq "elementary" /etc/*-release; then
Expand Down Expand Up @@ -543,6 +545,8 @@ function install_vimplus_on_linux()
install_vimplus_on_ubuntu_like
elif [ ${distro} == "Debian" ]; then
install_vimplus_on_debian
elif [ ${distro} == "UOS" ]; then
install_vimplus_on_debian
elif [ ${distro} == "Kali" ]; then
install_vimplus_on_debian
elif [ ${distro} == "CentOS" ]; then
Expand Down

0 comments on commit 4e54a7c

Please sign in to comment.