mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-09 18:29:41 +00:00
Override nodejs with nodejs-lts-gallium without user interaction
This commit is contained in:
parent
fab6bdce66
commit
6d327a133b
|
@ -83,7 +83,9 @@ yay -S --noconfirm --needed \
|
|||
# Applications
|
||||
yay -S --noconfirm --needed \
|
||||
discord firefox chromium kitty mpv pcmanfm-qt file-roller obs-studio qbittorrent \
|
||||
qalculate-gtk-nognome spotify stremio nomacs
|
||||
qalculate-gtk-nognome spotify nomacs
|
||||
yes | sudo pacman -S --ask 4 --noconfirm --needed nodejs-lts-gallium # ask for package overwrite (potentially conflicting with base 'nodejs' dep) and overwrite it (for stremio)
|
||||
yay -S --noconfirm --needed stremio
|
||||
|
||||
# Bluetooth
|
||||
yay -S --noconfirm --needed \
|
||||
|
|
Loading…
Reference in a new issue