Update dashy-install.sh

tweak
This commit is contained in:
tteckster 2024-05-30 21:27:36 -04:00 committed by GitHub
parent 22c03c89d3
commit faf133ffed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@ msg_ok "Installed Node.js"
msg_info "Installing Yarn"
$STD npm install -g yarn
ln -sf /usr/local/bin/yarn /usr/bin/yarn
msg_ok "Installed Yarn"
RELEASE=$(curl -s https://api.github.com/repos/Lissy93/dashy/releases/latest | grep "tag_name" | awk '{print substr($2, 2, length($2)-3) }')