From 83aeda234048d0b1a18ff8932db60f00361c364f Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Sat, 16 Dec 2023 14:35:01 +0100 Subject: [PATCH] Add required plugs to `snapcraft.yaml` --- snap/snapcraft.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 6b4d930..f6c6023 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -27,4 +27,7 @@ parts: apps: arp-scanner: - command: ARP-Scanner \ No newline at end of file + command: ARP-Scanner + plugs: + - network + - network-control \ No newline at end of file