schollz / croc

Easily and securely send things from one computer to another :crocodile: :package:
https://schollz.com/software/croc6
MIT License
26.78k stars 1.07k forks source link

curl command no longer works #715

Closed MsFloofie closed 1 month ago

MsFloofie commented 1 month ago

Describe the bug

Using curl https://getcroc.schollz.com | bash does not work due to the release version being 10.04 and not 10.0.4, which the curl command expects.

To Reproduce

Steps to reproduce the behavior:

  1. Run curl https://getcroc.schollz.com | bash in command line
  2. Error out with "The requested URL returned error: 404"

Expected behaviour

croc installs properly

Version

10.0.4/10.04

Additional context

schollz commented 1 month ago

what's your OS and Arch?

MsFloofie commented 1 month ago

Sorry, I forgot to add that in. Operating system is Pop!_OS 22.04 LTS and the arch is x86_64

schollz commented 1 month ago

ah found it! made a mistake tagging it, this should work: https://github.com/schollz/croc/releases/tag/v10.0.4

MsFloofie commented 1 month ago

Hah, I was just figuring out how to reword everything since I didn't elaborate at all. Glad you found it though!