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;
|
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 \
|
||||||
|
|
Loading…
Reference in a new issue