Install Discord separately
This commit is contained in:
parent
00e4bdac2b
commit
d5b1c23c92
1 changed files with 5 additions and 5 deletions
|
@ -118,8 +118,7 @@ source "../Software/Pennywise/install.sh";
|
|||
# Tools
|
||||
yay --noconfirm -Rs typescript || true;
|
||||
yay --noconfirm -Rs yarn || true;
|
||||
|
||||
yay --noconfirm -Syu nodejs;
|
||||
yay --noconfirm -Rs nodejs || true;
|
||||
|
||||
yay --noconfirm -Syu \
|
||||
bitwarden \
|
||||
|
@ -127,8 +126,6 @@ yay --noconfirm -Syu \
|
|||
keepassxc \
|
||||
signal-desktop \
|
||||
threema-desktop \
|
||||
discord \
|
||||
openasar-git \
|
||||
`# extension-manager` \
|
||||
`# easyeffects` \
|
||||
`# gnome-tweaks` \
|
||||
|
@ -142,7 +139,10 @@ yay --noconfirm -Syu \
|
|||
yubikey-manager-qt \
|
||||
;
|
||||
|
||||
yay --noconfirm -Rs nodejs || true;
|
||||
yay --noconfirm -Syu \
|
||||
discord \
|
||||
openasar-git \
|
||||
;
|
||||
|
||||
yay --noconfirm -Syu \
|
||||
blackbox-terminal \
|
||||
|
|
Loading…
Reference in a new issue