Skip to content

Commit

Permalink
Merge pull request chxuan#299 from BD7IWD/patch-1
Browse files Browse the repository at this point in the history
新增Raspberry Pi 4B 的支持
  • Loading branch information
chxuan authored Sep 22, 2020
2 parents a6d9401 + fa726db commit 28af103
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 "Raspbian" /etc/*-release; then
echo "Raspbian"
elif grep -Eq "uos" /etc/*-release; then
echo "UOS"
elif grep -Eq "LinuxMint" /etc/*-release; then
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 28af103

Please sign in to comment.