浏览代码

Update dashy-install.sh

tteckster 3 年之前
父节点
当前提交
ee5b4a683f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      setup/dashy-install.sh

+ 1 - 1
setup/dashy-install.sh

@@ -75,7 +75,7 @@ echo -e "${CM}${CL} \r"
 echo -en "${GN} Installing Dashy... "
 git clone https://github.com/Lissy93/dashy.git &>/dev/null
 cd /dashy
-yarn
+yarn &>/dev/null
 export NODE_OPTIONS=--max-old-space-size=1000 &>/dev/null
 yarn build &>/dev/null
 echo -e "${CM}${CL} \r"