Skip to content

Commit 524d12b

Browse files
authored
Fix download links for wpasupplicant packages (#27)
Updated download links for wpasupplicant
1 parent 98846dd commit 524d12b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ If the standard `apt install` method doesn't work for your device (you'll know i
5050
```bash
5151
> mkdir -p /etc/wpa_supplicant/packages
5252
> cd /etc/wpa_supplicant/packages
53-
> wget http://ftp.us.debian.org/debian/pool/main/w/wpa/wpasupplicant_2.9.0-21+deb11u3_arm64.deb
53+
> wget http://security.debian.org/debian-security/pool/updates/main/w/wpa/wpasupplicant_2.9.0-21+deb11u3_arm64.deb
5454
> wget http://ftp.us.debian.org/debian/pool/main/p/pcsc-lite/libpcsclite1_1.9.1-1_arm64.deb
5555
> dpkg -i *.deb
5656
```
@@ -219,7 +219,7 @@ First download the required packages (with missing dependencies) from debian int
219219
```bash
220220
> mkdir -p /etc/wpa_supplicant/packages
221221
> cd /etc/wpa_supplicant/packages
222-
> wget http://ftp.us.debian.org/debian/pool/main/w/wpa/wpasupplicant_2.9.0-21+deb11u3_arm64.deb
222+
> wget http://security.debian.org/debian-security/pool/updates/main/w/wpa/wpasupplicant_2.9.0-21+deb11u3_arm64.deb
223223
> wget http://ftp.us.debian.org/debian/pool/main/p/pcsc-lite/libpcsclite1_1.9.1-1_arm64.deb
224224
```
225225

0 commit comments

Comments
 (0)