Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix scoop command in README.md #564

Closed
wants to merge 1 commit into from
Closed

Conversation

rasa
Copy link

@rasa rasa commented Apr 20, 2024

No description provided.

@rasa rasa temporarily deployed to Build, sign, release binaries April 20, 2024 23:09 — with GitHub Actions Inactive
@rasa rasa temporarily deployed to Build, sign, release binaries April 20, 2024 23:09 — with GitHub Actions Inactive
@rasa rasa temporarily deployed to Build, sign, release binaries April 20, 2024 23:09 — with GitHub Actions Inactive
@rasa rasa temporarily deployed to Build, sign, release binaries April 20, 2024 23:09 — with GitHub Actions Inactive
@rasa rasa temporarily deployed to Build, sign, release binaries April 20, 2024 23:09 — with GitHub Actions Inactive
@rasa rasa temporarily deployed to Build, sign, release binaries April 20, 2024 23:09 — with GitHub Actions Inactive
@rasa rasa temporarily deployed to Build, sign, release binaries April 20, 2024 23:09 — with GitHub Actions Inactive
@gaby
Copy link

gaby commented May 17, 2024

@rasa This is not fixing anything, the command was correct already. With the & it will run the 2nd command regardless of exit status of the first one.

@rasa
Copy link
Author

rasa commented May 17, 2024

@rasa This is not fixing anything, the command was correct already. With the & it will run the 2nd command regardless of exit status of the first one.

@gaby Then use &&. The ; char does not separate characters in a CMD prompt window. For example:

c:\ >scoop update ; scoop status
...
Scoop was updated successfully!
ERROR ';' isn't installed.
ERROR 'status' isn't installed.

c:\ >scoop update & scoop status
Updating Scoop...
Updating Buckets...
Scoop was updated successfully!
Scoop is up to date.

Name                  Installed Version Latest Version Missing Dependencies Info
----                  ----------------- -------------- -------------------- ----
7zip                  23.01             24.05
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants