diff options
author | srv <enmanuel.saravia.externo@pandero.com.pe> | 2025-05-19 12:40:23 +0200 |
---|---|---|
committer | srv <enmanuel.saravia.externo@pandero.com.pe> | 2025-05-19 12:40:23 +0200 |
commit | c092428b53c1306252b66b51f49482650ec1f38b (patch) | |
tree | b2cb5436b0552fc966995e4140dfbcf9a22fb14a /xorg-input-libinput/README.md | |
parent | 4366a7c9a4131d5ab5ce400573275a8f8f41a6c2 (diff) |
tlaunch requeriment are compiled, thinkpad touchpad requeriment are compiled, docker requeriment in progress is a long task yet and add validate size
Diffstat (limited to 'xorg-input-libinput/README.md')
-rw-r--r-- | xorg-input-libinput/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xorg-input-libinput/README.md b/xorg-input-libinput/README.md index 85e4c38..e81ba6f 100644 --- a/xorg-input-libinput/README.md +++ b/xorg-input-libinput/README.md @@ -1,6 +1,6 @@ # Hack -cd ~/zenbook-UX325/libgudev/ && updpkgsums && doas libremakepkg -N && doas pacman -U --noconfirm *.pkg.* && \ -cd ~/zenbook-UX325/libwacom/ && updpkgsums && doas libremakepkg -N && doas pacman -U --noconfirm *.pkg.* && \ -cd ~/zenbook-UX325/libinput/ && updpkgsums && doas libremakepkg -N && doas pacman -U --noconfirm *.pkg.* && \ -cd ~/zenbook-UX325/xorg-input-libinput/ && updpkgsums && doas libremakepkg -N && doas pacman -U --noconfirm *.pkg.* +cd ~/unofficial/libgudev/ && updpkgsums && doas libremakepkg -N && doas pacman -U --noconfirm *.pkg.* && \ +cd ~/unofficial/libwacom/ && updpkgsums && doas libremakepkg -N && doas pacman -U --noconfirm *.pkg.* && \ +cd ~/unofficial/libinput/ && updpkgsums && doas libremakepkg -N && doas pacman -U --noconfirm *.pkg.* && \ +cd ~/unofficial/xorg-input-libinput/ && updpkgsums && doas libremakepkg -N && doas pacman -U --noconfirm *.pkg.* |