~razzi/ronin

643325fe541f0bb2636905a3203010afa173275c — Razzi Abuissa 1 year, 3 months ago 37a914f
Use ronin box
2 files changed, 6 insertions(+), 3 deletions(-)

M ronin
M wsl_vagrantfile/Vagrantfile
M ronin => ronin +2 -2
@@ 1,7 1,7 @@
#!/bin/sh

mkdir -p ~/.ronin
if uname -r | grep Microsoft
mkdir -p ~/.ronin && cd ~/.ronin
if uname -r | grep microsoft; then
  wget https://git.sr.ht/~razzi/ronin/blob/main/wsl_vagrantfile/Vagrantfile
else
  vagrant init debian/bookworm64

M wsl_vagrantfile/Vagrantfile => wsl_vagrantfile/Vagrantfile +4 -1
@@ 12,7 12,7 @@ Vagrant.configure("2") do |config|

  # Every Vagrant development environment requires a box. You can search for
  # boxes at https://vagrantcloud.com/search.
  config.vm.box = "debian/bookworm64"
  config.vm.box = "ronin/ronin"

  # Disable automatic box update checking. If you disable this, then
  # boxes will only be checked for updates when the user runs


@@ 74,4 74,7 @@ Vagrant.configure("2") do |config|
  #   apt-get update
  #   apt-get install -y apache2
  # SHELL
  
  # Not using guest additions.
  config.vbguest.auto_update = false
end