Skip to content

Commit 46fcdc6

Browse files
committed
Fix Debian toolchain download links
1 parent 67ee590 commit 46fcdc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: downloads.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Download the latest update for the PSP SDK here. If you don't have it setup yet,
1313
- [MacOS (arm64)](https://github.com/pspdev/pspdev/releases/latest/download/pspdev-macos-latest-arm64.tar.gz)
1414
- [MacOS (x86_64)](https://github.com/pspdev/pspdev/releases/latest/download/pspdev-macos-13-x86_64.tar.gz)
1515
- [Fedora](https://github.com/pspdev/pspdev/releases/latest/download/pspdev-fedora-latest.tar.gz)
16-
- [Debian](https://github.com/pspdev/pspdev/releases/latest/download/pspdev-debian-latest-x86_64.tar.gz)
16+
- [Debian](https://github.com/pspdev/pspdev/releases/latest/download/pspdev-debian-latest.tar.gz)
1717
- [Docker](https://hub.docker.com/r/pspdev/pspdev)
1818

1919
Alternatively, development builds are available [here](https://github.com/pspdev/pspdev/releases/tag/latest). Only get these if you cannot wait a couple of weeks for a specific new feature or you are working on improving the toolchain itself.

Diff for: installation/debian.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ sudo apt-get install build-essential cmake pkgconf libreadline8 libusb-0.1 libgp
2525

2626
Installing the PSP SDK itself can be done with the following steps:
2727

28-
1. Download [the latest version of the toolchain here](https://github.com/pspdev/pspdev/releases/latest/download/pspdev-debian-latest-x86_64.tar.gz).
28+
1. Download [the latest version of the toolchain here](https://github.com/pspdev/pspdev/releases/latest/download/pspdev-debian-latest.tar.gz).
2929
2. Extract the downloaded archive into your home directory, resulting in `/home/YOURUSERNAME/pspdev` being created.
3030
3. To make the toolchain usable, some environment variables need to be set. The first step in doing so it to open the `~/.bashrc` file with the `nano` text editor using the following command from a terminal:
3131
```shell

0 commit comments

Comments
 (0)