~razzi/ronin

4508e5da6d93f60b3ee8d624a1a425e10bb8b6ff — Razzi Abuissa 1 year, 3 months ago 1e51e0e
Overwrite ~/.ronin/Vagrantfile if it exists
1 files changed, 1 insertions(+), 1 deletions(-)

M ronin
M ronin => ronin +1 -1
@@ 2,7 2,7 @@

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