Remove unnecessary statement

This commit is contained in:
Manuel Thalmann 2024-03-24 21:38:51 +01:00
parent b834b7d0f6
commit 00e4bdac2b

View file

@ -118,7 +118,6 @@ source "../Software/Pennywise/install.sh";
# Tools
yay --noconfirm -Rs typescript || true;
yay --noconfirm -Rs yarn || true;
yay --noconfirm -Rs nodejs || true;
yay --noconfirm -Syu nodejs;