To install Yay (An AUR Helper) in Steamdeck
Faced some difficulties to install Yay for some AUR packages, therefore leave a memo here.
@Jguer / yay, https://github.com/Jguer/yay
In short, the method to complile Yay from source would fail.
Instead the Binary method shall be followed.
## install yay
sudo pacman -Sy --noconfirm base-devel git
git clone https://aur.archlinux.org/yay-bin.git
cd yay-bin
makepkg -si --noconfirm
cd ..
rm -rf yay-bin