diff options
author | terminaldweller <devi@terminaldweller.com> | 2024-06-06 14:33:39 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2024-06-06 14:33:39 +0000 |
commit | 886906f6abe1c3b92bd38de49cdb5abda3c62115 (patch) | |
tree | caf6becf247e0d795d2a1daa6e9869f57eeef3b8 /i2p/Vagrantfile | |
parent | update (diff) | |
download | vagrantboxes-886906f6abe1c3b92bd38de49cdb5abda3c62115.tar.gz vagrantboxes-886906f6abe1c3b92bd38de49cdb5abda3c62115.zip |
updates
Diffstat (limited to 'i2p/Vagrantfile')
-rw-r--r-- | i2p/Vagrantfile | 8 |
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 |