From ea99be316db48c66168dcf4c82c972ce669ca06f Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 2 Mar 2022 11:44:29 -0500 Subject: [PATCH] Update dashy-install.sh --- setup/dashy-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/dashy-install.sh b/setup/dashy-install.sh index b17957d4..56e6bd48 100644 --- a/setup/dashy-install.sh +++ b/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 dashy/ +cd /dashy yarn export NODE_OPTIONS=--max-old-space-size=1000 &>/dev/null yarn build &>/dev/null @@ -87,7 +87,7 @@ Description=dashy [Service] Type=simple -WorkingDirectory=/root/dashy +WorkingDirectory=/dashy ExecStart=/usr/bin/yarn start [Install] WantedBy=multi-user.target