Skip to content

Commit b541f6e

Browse files
authored
Merge pull request #8 from zhangasia/main
添加 deepin v20
2 parents c7bfe0d + 8cd0f30 commit b541f6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,8 @@ echo "-- Linux distro detected: $distro"
293293

294294
if [ $distro == "Ubuntu" ]; then
295295
install_apt
296+
elif [ $distro == "Deepin" ]; then
297+
install_apt
296298
elif [ $distro == "Debian" ]; then
297299
install_apt
298300
elif [ $distro == "Kali" ]; then

0 commit comments

Comments
 (0)