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 /lshw/easy-install.sh | |
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 'lshw/easy-install.sh')
-rw-r--r-- | lshw/easy-install.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lshw/easy-install.sh b/lshw/easy-install.sh new file mode 100644 index 0000000..5553339 --- /dev/null +++ b/lshw/easy-install.sh @@ -0,0 +1,5 @@ +#!/bin/dash + +gpg --recv-key 3C40194FB79138CE0F78FD4919C2F062574F5403 && gpg --recv-key 7CA69F4460F1BDC41FD2C858A5526B9BB3CD4E6A && cd ~/unofficial/lm-sensors/ && updpkgsums && doas libremakepkg -N && doas pacman -U --noconfirm *.pkg.* && \ + cd ~/unofficial/hwdata/ && updpkgsums && doas libremakepkg -N && doas pacman -U --noconfirm *.pkg.* && \ + cd ~/unofficial/lshw/ && updpkgsums && doas libremakepkg -N && doas pacman -U --noconfirm *.pkg.* |