Skip to content

Commit

Permalink
Remove old protoc installer
Browse files Browse the repository at this point in the history
  • Loading branch information
dadgar committed Aug 1, 2018
1 parent ea814c4 commit fc43f8b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
6 changes: 1 addition & 5 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -138,14 +138,10 @@ def configureLinuxProvisioners(vmCfg)

vmCfg.vm.provision "shell",
privileged: true,
path: './scripts/vagrant-linux-protoc.sh'

vmCfg.vm.provision "shell",
privileged: false,
path: './scripts/vagrant-linux-priv-ui.sh'

vmCfg.vm.provision "shell",
privileged: false,
privileged: true,
path: './scripts/vagrant-linux-priv-protoc.sh'

return vmCfg
Expand Down
8 changes: 0 additions & 8 deletions scripts/vagrant-linux-protoc.sh

This file was deleted.

0 comments on commit fc43f8b

Please sign in to comment.