diff options
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.* |