Browse Source

Update dashy-install.sh

tteckster 3 years ago
parent
commit
defc179596
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup/dashy-install.sh

+ 1 - 1
setup/dashy-install.sh

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