Skip to content

Commit

Permalink
Merge pull request #8 from zhangasia/main
Browse files Browse the repository at this point in the history
添加 deepin v20
  • Loading branch information
archibate authored Apr 11, 2022
2 parents c7bfe0d + 8cd0f30 commit b541f6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,8 @@ echo "-- Linux distro detected: $distro"

if [ $distro == "Ubuntu" ]; then
install_apt
elif [ $distro == "Deepin" ]; then
install_apt
elif [ $distro == "Debian" ]; then
install_apt
elif [ $distro == "Kali" ]; then
Expand Down

0 comments on commit b541f6e

Please sign in to comment.