Skip to content

Commit

Permalink
rename vagrant configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
jrnewell committed Oct 20, 2015
1 parent 2ac27f2 commit e8522c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Vagrant.configure("2") do |config|
config.vm.box = "ubuntu/trusty64"
config.vm.provision "shell", path: "RUNME.sh"
config.vm.provision "shell", path: "vagrant_configure.sh"
config.vm.provider "virtualbox" do |v|
v.memory = 4096
end
Expand Down
2 changes: 2 additions & 0 deletions RUNME.sh → vagrant_configure.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/sh

sudo apt-add-repository multiverse
sudo apt-get update
sudo apt-get -y install lame build-essential libffi-dev python-pip libffi-dev libssl-dev python-dev flac libav-tools faac libfdk-aac-dev automake autoconf vorbis-tools opus-tools
Expand Down

0 comments on commit e8522c0

Please sign in to comment.