mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 10:45:16 -07:00
Luarocks appears to be down, so let's use the mirror for now.
This commit is contained in:
parent
f2433aedc8
commit
1b5c3331dc
@ -16,6 +16,10 @@ cd "$luarocks_dir"
|
||||
|
||||
make bootstrap
|
||||
|
||||
echo 'rocks_servers = {
|
||||
"http://luarocks.giga.puc-rio.br/";
|
||||
}' >> "$prefix/etc/luarocks/config-5.1.lua"
|
||||
|
||||
# install tools for testing
|
||||
luarocks install moonrocks --server=http://rocks.moonscript.org
|
||||
moonrocks install moonscript
|
||||
|
Loading…
Reference in New Issue
Block a user