From 84beff46d493122691504220319bd9c646d5a63b Mon Sep 17 00:00:00 2001 From: Rylan Turner <62808022+rylanturner02@users.noreply.github.com> Date: Wed, 14 May 2025 10:55:22 -0500 Subject: [PATCH] Fixed typo in Vagrantfile. Changed `sudo apt get install wireshark-qy' to `sudo apt get install wireshark-qt`. You can imagine this took me a lot of time and effort. --- Vagrantfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index a685bd4..a6018c6 100755 --- a/Vagrantfile +++ b/Vagrantfile @@ -90,6 +90,6 @@ end # Optional (suggest allowing non root user to capture packets): -# sudo apt install wireshark-qy +# sudo apt install wireshark-qt # sudo cp .Xauthority /root -# sudo wireshark & \ No newline at end of file +# sudo wireshark &