Signed-off-by: Gilver <rockgrub@disroot.org>
This commit is contained in:
Gilver
2025-09-21 20:35:36 -05:00
committed by GitHub
parent c8552e8672
commit bb4efb7305
+2 -2
View File
@@ -40,8 +40,8 @@ A highly configurable and privacy minded Discord client.
%if %{with vendored_nodejs}
touch ~/.bash_profile
NVM_DIR="%{rpmbuilddir}/.nvm" curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
. "%{rpmbuilddir}/.nvm/nvm.sh"
. "%{rpmbuilddir}/.nvm/bash_completion"
. "$NVM_DIR/.nvm/nvm.sh"
. "$NVM_DIR/bash_completion"
nvm install 24
%endif