Update goofcord.spec

Signed-off-by: Gilver <rockgrub@disroot.org>
This commit is contained in:
Gilver
2025-09-21 20:38:54 -05:00
committed by GitHub
parent a9262d036a
commit c013a2ad9c
+2 -1
View File
@@ -39,7 +39,8 @@ A highly configurable and privacy minded Discord client.
%autosetup -n %{git_name}-%{version}
%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
export NVM_DIR="%{rpmbuilddir}/.nvm"
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
. "$NVM_DIR/nvm.sh"
. "$NVM_DIR/bash_completion"
nvm install 24