install_tools, proxychains
This commit is contained in:
parent
63a6b013c0
commit
aebaf45987
12
Rakefile
12
Rakefile
@ -61,6 +61,18 @@ task :install_ycm do
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
task :install_tools do
|
||||||
|
if macos?
|
||||||
|
run %{
|
||||||
|
brew install proxychains-ng
|
||||||
|
}
|
||||||
|
else
|
||||||
|
run %{
|
||||||
|
apt install proxychains
|
||||||
|
}
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
desc 'Updates the installation'
|
desc 'Updates the installation'
|
||||||
task :update do
|
task :update do
|
||||||
Rake::Task["vundle_migration"].execute if needs_migration_to_vundle?
|
Rake::Task["vundle_migration"].execute if needs_migration_to_vundle?
|
||||||
|
Loading…
Reference in New Issue
Block a user