From 2df892a3968e31f0db49b606fe29c6f9f9e2760d Mon Sep 17 00:00:00 2001 From: Phil Date: Tue, 21 Nov 2023 22:39:57 +0000 Subject: [PATCH] Updated script --- Internet-Gateway Setup.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Internet-Gateway Setup.sh b/Internet-Gateway Setup.sh index 04534cd..97703f1 100644 --- a/Internet-Gateway Setup.sh +++ b/Internet-Gateway Setup.sh @@ -1,7 +1,7 @@ #!/bin/bash sudo apt update -y && sudo apt upgrade -y -sudo apt install iptables tmux git vim-nox dnsmasq dhcpcd tightvncserver -y +sudo apt install iptables tmux git vim-nox dnsmasq -y cd ~ git clone https://git.ncltech.co.uk/phil/.dotfiles @@ -77,4 +77,3 @@ EOF sudo systemctl enable dnsmasq -sudo systemctl enable dhcpcd