Update dashy-install.sh

This commit is contained in:
tteckster 2022-03-02 13:34:17 -05:00 committed by GitHub
parent 2a4189b6f4
commit c948482711
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ echo -en "${GN} Installing Yarn... "
npm install --global yarn &>/dev/null
echo -e "${CM}${CL} \r"
echo -en "${GN} Installing Dashy... "
echo -en "${GN} Installing Dashy (Patience)... "
git clone https://github.com/Lissy93/dashy.git &>/dev/null
cd /dashy
yarn &>/dev/null