diff options
author | srv <enmanuel.saravia.externo@pandero.com.pe> | 2025-05-05 15:29:27 -0500 |
---|---|---|
committer | srv <enmanuel.saravia.externo@pandero.com.pe> | 2025-05-05 15:29:27 -0500 |
commit | 81555e3bd23c74ce915d246ca51fa65d84c22ae7 (patch) | |
tree | 1ba136af6b87426d37d010866b5cdac110eaeaa8 /lshw-git/easy-install.sh |
First commitdevelop
Diffstat (limited to 'lshw-git/easy-install.sh')
-rw-r--r-- | lshw-git/easy-install.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lshw-git/easy-install.sh b/lshw-git/easy-install.sh new file mode 100644 index 0000000..86970f8 --- /dev/null +++ b/lshw-git/easy-install.sh @@ -0,0 +1,5 @@ +#!/bin/dash + +gpg --recv-key 3C40194FB79138CE0F78FD4919C2F062574F5403 && gpg --recv-key 7CA69F4460F1BDC41FD2C858A5526B9BB3CD4E6A && cd ~/zenbook-UX325/lm_sensors/ && updpkgsums && doas libremakepkg -N && doas pacman -U --noconfirm *.pkg.* && \ + cd ~/zenbook-UX325/hwdata/ && updpkgsums && doas libremakepkg -N && doas pacman -U --noconfirm *.pkg.* && \ + cd ~/zenbook-UX325/lshw-git/ && updpkgsums && doas libremakepkg -N && doas pacman -U --noconfirm *.pkg.* |