akito19 / dotfiles

my dotfiles
7 stars 1 forks source link

Raise error in Rust cookbook #37

Open akito19 opened 7 years ago

akito19 commented 7 years ago
 INFO : Recipe: /Users/akito/dotfiles/bootstrap.rb
 INFO :   Recipe: /Users/akito/dotfiles/roles/darwin/default.rb
 INFO :     Recipe: /Users/akito/dotfiles/cookbooks/symboliclinks/default.rb
 INFO :     Recipe: /Users/akito/dotfiles/cookbooks/git/default.rb
 INFO :     Recipe: /Users/akito/dotfiles/cookbooks/vim/default.rb
 INFO :       link[/Users/akito/.config/nvim] exist will change from 'false' to 'true'
 INFO :     Recipe: /Users/akito/dotfiles/cookbooks/rust/default.rb
 INFO :       execute[install Rust] executed will change from 'false' to 'true'
ERROR :         stderr | info: downloading installer
ERROR :         stderr | rustup: Unable to run interactively. Run with -y to accept defaults, --help for additional options
ERROR :         Command `curl https://sh.rustup.rs -sSf | sh` failed. (exit status: 1)
ERROR :       execute[install Rust] Failed.