Signed-off-by: Gilver <rockgrub@disroot.org>
This commit is contained in:
Gilver
2025-09-21 20:29:40 -05:00
committed by GitHub
parent db24ad4091
commit fd69c6bb1f
+2 -1
View File
@@ -38,7 +38,8 @@ A highly configurable and privacy minded Discord client.
%prep
%autosetup -n %{git_name}-%{version}
%if %{with vendored_nodejs}
NVM_DIR="%{rpmbuilddir}/.nvm" curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
touch ~/.bash_profile
HOME="%{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 install 24