Skip to content

I had some issues running this on my Debian 13 machine #4

Description

@zesoft23

I couldn't get a nice vagrant install going with libvirt (I'm sure you could), so I just created a VPS with Ubuntu 22 instead. If you're not on a Windows machine, I highly suggest this as an alternative. I just stole the few commands that were in the vagrant file and installed it.

i.e.

    apt update
    apt install net-tools -y
    apt install tshark -y
    curl -fsSL https://get.docker.com -o get-docker.sh
    sh get-docker.sh --version 24.0.5
    usermod -aG docker vagrant
    newgrp docker
    apt install git -y

This was easier than messing around with things locally. I don't quite know why the obfuscated script didn't work on my local machine, but this let me pass the assignment.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions