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; godot-mono-bin;
# Node.js # Node.js
yay -Syu nodejs-n; yay --noconfirm -Syu nodejs-n;
n install latest; sudo n install latest;
# Python # Python
yay --noconfirm -Syu \ yay --noconfirm -Syu \