File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ before_install:
1515 - git clone https://github.com/cask/cask $HOME/.cask
1616 - evm config path /tmp
1717install :
18- - ./script /install_tramp.sh
18+ - ./scripts /install_tramp.sh
1919 - if [ $EVM_EMACS = emacs-git-snapshot ];
2020 then
21- ./script /install_emacs_build_deps.sh;
21+ ./scripts /install_emacs_build_deps.sh;
2222 fi
2323 - evm install $EVM_EMACS --use
2424 - cask install
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Vagrant.configure(2) do |config|
33
44 [ "install_tramp" , "install_emacs_build_deps" , "deploy" ] . each do |script |
55 config . vm . provision "shell" do |shell |
6- shell . path = "script /#{ script } .sh"
6+ shell . path = "scripts /#{ script } .sh"
77 shell . privileged = false
88 shell . keep_color = true
99 end
Original file line number Diff line number Diff line change @@ -49,4 +49,4 @@ cask --path /vagrant/ update
4949
5050# Copy bashrc.
5151
52- cp /vagrant/script /bashrc $HOME /.bashrc
52+ cp /vagrant/scripts /bashrc $HOME /.bashrc
You can’t perform that action at this time.
0 commit comments