mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 21:43:04 +01:00
This commit is contained in:
parent
8d3cf9a1ec
commit
6a44cebb4a
1 changed files with 5 additions and 0 deletions
|
|
@ -6,3 +6,8 @@ sudo pacman --noconfirm -S git base-devel
|
|||
cd yay-bin
|
||||
git pull
|
||||
makepkg --noconfirm -si
|
||||
|
||||
# https://github.com/Jguer/yay/issues/2508#issuecomment-3657461690
|
||||
linked_so='/lib/'`ldd "$(which yay)" | grep -o 'libalpm.\S* ' | head -1`
|
||||
existing_so='/lib/libalpm.so'
|
||||
[ ! -e "$linked_so" ] && [ -f "$existing_so" ] && sudo ln -s "$existing_so" "$linked_so"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue