pystardust / ani-cli

A cli tool to browse and play anime
GNU General Public License v3.0
7.89k stars 542 forks source link

docs: Add gnu patch install script for Steam Deck #1285

Closed Nannk closed 7 months ago

Nannk commented 7 months ago

Type of change

Description

Steam Deck has no gnu patch preinstalled. pacman -S patch wont work in a long term because the root partition is:

  1. immutable (but can be set to be mutable)
  2. reset with each steamOS update (at least from what i have heared)

Because we already add .local/bin to PATH, it make sense to install gnu patch in .local/bin.

port19x commented 7 months ago

Let's have the guy in our forum test this too

Nannk commented 7 months ago

Good thing you didnt merge that right away.

Nannk commented 7 months ago

The issue Author confirmed it works.