Skip to content

Commit

Permalink
fix(download): use full file name for appimage
Browse files Browse the repository at this point in the history
Signed-off-by: Seth Flynn <getchoo@tuta.io>
  • Loading branch information
getchoo committed Jan 20, 2025
1 parent 96c3898 commit 4ad0754
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/download/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ After downloading the AppImage, open your file manager and make it [executable](
### CLI

```bash
curl -fsSLo PrismLauncher.AppImage https://github.com/PrismLauncher/PrismLauncher/releases/download/{{version.current}}/PrismLauncher-Linux-x86_64.AppImage
chmod +x ./PrismLauncher.AppImage
curl -LO https://github.com/PrismLauncher/PrismLauncher/releases/download/{{version.current}}/PrismLauncher-Linux-x86_64.AppImage
chmod +x ./PrismLauncher-Linux-x86_64.AppImage
./PrismLauncher.AppImage
```

Expand Down

0 comments on commit 4ad0754

Please sign in to comment.