Skip to content
Snippets Groups Projects
Commit b343d75d authored by Peter J. Keleher's avatar Peter J. Keleher
Browse files

auto

parent 14a28a92
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ Vagrant.configure("2") do |config|
# Every Vagrant development environment requires a box. You can search for
# boxes at https://atlas.hashicorp.com/search.
config.vm.box = "ubuntu/bionic64"
config.vm.box = "hashicorp/bionic64"
# Disable automatic box update checking. If you disable this, then
# boxes will only be checked for updates when the user runs
......@@ -89,12 +89,11 @@ Vagrant.configure("2") do |config|
cp /vagrant/.cshrc /home/vagrant/
cp -r /vagrant/.jupyter /home/vagrant/
chown -R vagrant ~vagrant/.jupyter
echo "PS1='424-proj0:\\w> '" >> ~vagrant/.bashrc
sudo -u vagrant ln -s /vagrant v
sudo -u vagrant cp /vagrant/{.bashrc,.cshrc,.jupyter} /home/vagrant/
sudo -u vagrant perl -pi -e 's/\r\n/\n/g' .cshrc
sudo -u vagrant perl -pi -e 's/\r\n/\n/g' .bashrc
cp /vagrant/.cshrc /home/vagrant/
cp -r /vagrant/.jupyter /home/vagrant/
chown -R vagrant ~vagrant/.jupyter
SHELL
end
......@@ -12,7 +12,7 @@ Vagrant.configure("2") do |config|
# Every Vagrant development environment requires a box. You can search for
# boxes at https://atlas.hashicorp.com/search.
config.vm.box = "ubuntu/bionic64"
config.vm.box = "hashicorp/bionic64"
# Disable automatic box update checking. If you disable this, then
# boxes will only be checked for updates when the user runs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment