Capture curl output
This commit is contained in:
@@ -39,7 +39,9 @@
|
||||
- mkdir -p ~/.var/lib
|
||||
- mkdir -p ~/.var/log
|
||||
- mkdir -p ~/.var/run
|
||||
- curl --fail --location --create-dirs --output ~/.local/share/nvim/site/autoload/plug.vim https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
||||
- command: curl --fail --location --create-dirs --output ~/.local/share/nvim/site/autoload/plug.vim https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
||||
stdout: true
|
||||
stderr: true
|
||||
- command: nvim -E +PlugInstall +qall || true
|
||||
stdout: true
|
||||
stderr: true
|
||||
|
||||
Reference in New Issue
Block a user