From 04e87753f0ebe0d7235a0e9a3d9c62cbd3f65836 Mon Sep 17 00:00:00 2001 From: Vassiliy Yegorov Date: Fri, 24 Apr 2020 16:39:21 +0700 Subject: [PATCH] Update install.sh without questions --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 5135064..38d6934 100644 --- a/install.sh +++ b/install.sh @@ -2,11 +2,11 @@ apt update -apt install wget curl +apt install -y wget curl wget -O- http://downloads-global.3cx.com/downloads/3cxpbx/public.key | sudo apt-key add - echo "deb http://downloads-global.3cx.com/downloads/debian stretch main" | sudo tee /etc/apt/sources.list.d/3cxpbx.list echo "deb http://downloads-global.3cx.com/downloads/debian stretch-testing main" | sudo tee /etc/apt/sources.list.d/3cxpbx-testing.list sudo apt update -sudo apt install net-tools dphys-swapfile -sudo apt install 3cxpbx +sudo apt install -y net-tools dphys-swapfile +sudo apt install -y 3cxpbx