You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
install.sh executes curl -sL "https://github.com/zaquestion/lab/tags" | grep tag-name to determine the latest version of lab. This command has no output. Hence the rest of the script fails.
I would suggest to instead use the GitHub API to determine the latest version.
The text was updated successfully, but these errors were encountered:
install.sh
executescurl -sL "https://github.com/zaquestion/lab/tags" | grep tag-name
to determine the latest version oflab
. This command has no output. Hence the rest of the script fails.I would suggest to instead use the GitHub API to determine the latest version.
The text was updated successfully, but these errors were encountered: