Install optional dependencies
This commit is contained in:
parent
e6058d8347
commit
61763e9dd7
3 changed files with 11 additions and 2 deletions
scripts/Arch/Software
|
@ -1,8 +1,10 @@
|
|||
#!/bin/bash
|
||||
sudo pacman -Syu --noconfirm \
|
||||
sshfs \
|
||||
pipewire-jack \
|
||||
plasma-meta \
|
||||
packagekit-qt6 \
|
||||
tesseract-data-deu \
|
||||
tesseract-data-eng \
|
||||
kde-applications-meta \
|
||||
iio-sensor-proxy \
|
||||
pipewire-audio \
|
||||
|
|
|
@ -3,6 +3,7 @@ pushd "${BASH_SOURCE%/*}" > /dev/null;
|
|||
|
||||
yay --noconfirm -Syu \
|
||||
openssh \
|
||||
libfido2 \
|
||||
;
|
||||
|
||||
# Git Config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue