aboutsummaryrefslogtreecommitdiffstats
path: root/i2p
diff options
context:
space:
mode:
Diffstat (limited to 'i2p')
-rw-r--r--i2p/Vagrantfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/i2p/Vagrantfile b/i2p/Vagrantfile
index 4ce5064..1d987ad 100644
--- a/i2p/Vagrantfile
+++ b/i2p/Vagrantfile
@@ -71,8 +71,8 @@ Vagrant.configure('2') do |config|
# i2prouter restart
# SHELL
- config.vm.provision 'firefox', after: 'i2p-config-copy', type: 'shell', privileged: false, name: 'firefox',
- reboot: false, inline: <<-SHELL
- sudo apt-get install -y firefox-esr xauth xorg i2pd
- SHELL
+ # config.vm.provision 'firefox', after: 'i2p-config-copy', type: 'shell', privileged: false, name: 'firefox',
+ # reboot: false, inline: <<-SHELL
+ # sudo apt-get install -y firefox-esr xauth xorg i2pd
+ # SHELL
end