From c013a2ad9ce1baac9d9decae1beddd6af2c79a44 Mon Sep 17 00:00:00 2001 From: Gilver Date: Sun, 21 Sep 2025 20:38:54 -0500 Subject: [PATCH] Update goofcord.spec Signed-off-by: Gilver --- anda/apps/goofcord/stable/goofcord.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/anda/apps/goofcord/stable/goofcord.spec b/anda/apps/goofcord/stable/goofcord.spec index af7287c225..cc2f8d02d9 100644 --- a/anda/apps/goofcord/stable/goofcord.spec +++ b/anda/apps/goofcord/stable/goofcord.spec @@ -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