Skip to content

Commit c818631

Browse files
authored
fix: update Steam Deck patch URL to patch-2.8-1-x86_64.pkg.tar.zst (#1544)
1 parent e85ae5a commit c818631

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
@@ -290,7 +290,7 @@ curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -o ~/.l
290290
chmod +x ~/.local/bin/yt-dlp
291291

292292
mkdir ~/.patch
293-
curl -o ~/.patch/patch.tar.zst https://mirror.sunred.org/archlinux/core/os/x86_64/patch-2.7.6-10-x86_64.pkg.tar.zst
293+
curl -o ~/.patch/patch.tar.zst https://mirror.sunred.org/archlinux/core/os/x86_64/patch-2.8-1-x86_64.pkg.tar.zst
294294
tar xvf ~/.patch/patch.tar.zst -C ~/.patch/
295295
cp ~/.patch/usr/bin/patch ~/.local/bin/
296296

@@ -345,7 +345,7 @@ chmod +x ~/.local/bin/yt-dlp
345345

346346
```sh
347347
mkdir ~/.patch
348-
curl -o ~/.patch/patch.tar.zst https://mirror.sunred.org/archlinux/core/os/x86_64/patch-2.7.6-10-x86_64.pkg.tar.zst
348+
curl -o ~/.patch/patch.tar.zst https://mirror.sunred.org/archlinux/core/os/x86_64/patch-2.8-1-x86_64.pkg.tar.zst
349349
tar xvf ~/.patch/patch.tar.zst -C ~/.patch/
350350
cp ~/.patch/usr/bin/patch ~/.local/bin/
351351
```

0 commit comments

Comments
 (0)