Update dashy-update.sh

This commit is contained in:
tteckster 2022-03-16 18:08:45 -04:00 committed by GitHub
parent 1f4a5ecd5f
commit 056a2a8b74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ echo -e "${CM}${CL} \r"
echo -en "${GN} Updating Dashy... "
cd /dashy
git stash &>/dev/null
git merge &>/dev/null
git pull origin master &>/dev/null
yarn &>/dev/null
yarn build &>/dev/null