Update install.sh
without questions
This commit is contained in:
@@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
apt update
|
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 -
|
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 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
|
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 update
|
||||||
sudo apt install net-tools dphys-swapfile
|
sudo apt install -y net-tools dphys-swapfile
|
||||||
sudo apt install 3cxpbx
|
sudo apt install -y 3cxpbx
|
||||||
|
Reference in New Issue
Block a user