Skip to content

Commit b09e73a

Browse files
committed
add help for no support os
1 parent 0155ee5 commit b09e73a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

install.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ case $platform in
4848
echoo ">>> Install fonts for powerline ..."
4949
bash fonts/install-fonts.sh
5050
;;
51+
*)
52+
echoo "暂不支持此系统,欲使用此配置,需要先解决依赖安装的问题,欢迎提pr。"
53+
exit 1
54+
;;
5155
esac
5256

5357
sudo bash install-plugins.sh init

0 commit comments

Comments
 (0)