3
4
Fork
You've already forked universal-studio
0

README Curl Command: no URL Specified #1

Closed
opened 2023年10月28日 00:34:47 +02:00 by LogosCoder · 0 comments

Currently in the readme the curl command provided is as follows:

curl -sSLo https://codeberg.org/PowerUser/universal-studio/releases/download/0.1.0/universal-studio

This throws an error:

curl: (2) no URL specified
curl: try 'curl --help' or 'curl --manual' for more information

The problem is that you forgot to put a filename for the output flag. The command should look something like this:

curl -sSLo universal-studio https://codeberg.org/PowerUser/universal-studio/releases/download/0.1.0/universal-studio

Currently in the readme the curl command provided is as follows: `curl -sSLo https://codeberg.org/PowerUser/universal-studio/releases/download/0.1.0/universal-studio` This throws an error: ``` curl: (2) no URL specified curl: try 'curl --help' or 'curl --manual' for more information ``` The problem is that you forgot to put a filename for the output flag. The command should look something like this: `curl -sSLo universal-studio https://codeberg.org/PowerUser/universal-studio/releases/download/0.1.0/universal-studio`
Sign in to join this conversation.
No Branch/Tag specified
main
dev
0.2.0
0.1.0
Labels
Clear labels
No items
No labels
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
PowerUser/universal-studio#1
Reference in a new issue
PowerUser/universal-studio
No description provided.
Delete branch "%!s()"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?