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