Update dashy-install.sh

This commit is contained in:
tteckster 2022-03-02 12:22:55 -05:00 committed by GitHub
parent c43b1e1ebd
commit ee5b4a683f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"