Fix broken nodejs-n
installation
This commit is contained in:
parent
96726ff1f0
commit
07f7978cb6
1 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue