Skip to content

Commit

Permalink
Correct a stupid mistake in installer
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiicall committed Sep 24, 2023
1 parent 601de5d commit eabf411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
break

elif platform.system() == "Darwin":
file = f"https://github.com/Radiicall/jellyfin-rpc/releases/latest/download/jellyfin-rpc-{platform.machine()}-linux"
file = f"https://github.com/Radiicall/jellyfin-rpc/releases/latest/download/jellyfin-rpc-{platform.machine()}-darwin"
subprocess.run(["curl", "-o", "/usr/local/bin/jellyfin-rpc", "-L", file])
subprocess.run(["chmod", "+x", "/usr/local/bin/jellyfin-rpc"])

Expand Down

0 comments on commit eabf411

Please sign in to comment.