From 97859bee9f692669cfcf12c36bf21949e92c3e34 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 3 Sep 2018 12:49:05 -0600 Subject: [PATCH] Make sure nano is installed for an easy text editor. --- debian/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/install.sh b/debian/install.sh index 15c8515..4796d32 100755 --- a/debian/install.sh +++ b/debian/install.sh @@ -21,6 +21,7 @@ apt-get install -y systemd apt-get install -y systemd-sysv apt-get install -y ca-certificate apt-get install -y dialog +apt-get install -y nano #IPTables resources/iptables.sh