Fix broken nodejs-n installation

This commit is contained in:
Manuel Thalmann 2023-05-03 21:44:34 +02:00
parent 0eff9a1fd1
commit 7203b3d476

View file

@ -95,8 +95,8 @@ yay --noconfirm -Syu \
godot-mono-bin;
# Node.js
yay -Syu nodejs-n;
n install latest;
yay --noconfirm -Syu nodejs-n;
sudo n install latest;
# Python
yay --noconfirm -Syu \