aboutsummaryrefslogtreecommitdiffstats
path: root/i2p/Vagrantfile
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2024-06-06 14:33:39 +0000
committerterminaldweller <devi@terminaldweller.com>2024-06-06 14:33:39 +0000
commit886906f6abe1c3b92bd38de49cdb5abda3c62115 (patch)
treecaf6becf247e0d795d2a1daa6e9869f57eeef3b8 /i2p/Vagrantfile
parentupdate (diff)
downloadvagrantboxes-886906f6abe1c3b92bd38de49cdb5abda3c62115.tar.gz
vagrantboxes-886906f6abe1c3b92bd38de49cdb5abda3c62115.zip
updates
Diffstat (limited to 'i2p/Vagrantfile')
-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