From 2dc21817f0ff01d228cc6f33858d5fc095603146 Mon Sep 17 00:00:00 2001 From: BennyBergle Date: Fri, 12 Apr 2024 10:40:48 -0400 Subject: [PATCH] removed netplan --- .github/workflows/genisys-install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/genisys-install.yml b/.github/workflows/genisys-install.yml index 548f03c..fe2445c 100644 --- a/.github/workflows/genisys-install.yml +++ b/.github/workflows/genisys-install.yml @@ -31,7 +31,7 @@ jobs: ${{ runner.os }}-poetry- - name: Install System Dependencies - run: sudo apt-get update && sudo apt-get install -y iptables-persistent netfilter-persistent vsftpd dnsmasq netplan + run: sudo apt-get update && sudo apt-get install -y iptables-persistent netfilter-persistent vsftpd dnsmasq - name: Install Dependencies run: |