hosted-scripts
hosted-scripts copied to clipboard
[BUG] Overseerr download fails.
What happened?
Steps to reproduce:
- Install package 'overseerr'
- Error 'Download failed'
Relevant logs and output
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
Installing latest LTS version.
v20.9.0 is already installed.
Now using node v20.9.0 (npm v10.1.0)
changed 1 package in 991ms
/home/root/overseerr.tar.gz: No such file or directory
=> nvm is already installed in /root/.nvm, trying to update using git
=> => Compressing and cleaning up git repository
=> nvm source string already in /root/.bashrc
=> bash_completion source string already in /root/.bashrc
=> Close and reopen your terminal to start using nvm or run the following to use it now:
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
Installing latest LTS version.
v20.9.0 is already installed.
Now using node v20.9.0 (npm v10.1.0)
changed 1 package in 1s
/home/root/overseerr.tar.gz: No such file or directory
I just now realized this is a duplicate. I apologize!
Any fix ?