From 2451c5129d5704c9cd8e58606d35646593939972 Mon Sep 17 00:00:00 2001 From: Sophia Atkinson Date: Sun, 23 Oct 2022 13:35:52 -0700 Subject: [PATCH] ppa:ondrej/php no more prompt --- scripts/pmainstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pmainstall.sh b/scripts/pmainstall.sh index 03b53b2..eedeeea 100644 --- a/scripts/pmainstall.sh +++ b/scripts/pmainstall.sh @@ -18,7 +18,7 @@ do done sudo apt update && apt upgrade -y -sudo add-apt-repository ppa:ondrej/php && apt install libapache2-mod-php8.1 -y +sudo add-apt-repository --yes ppa:ondrej/php && apt install libapache2-mod-php8.1 -y sudo systemtl stop apache2 sudo apt install apache2 -y sudo apt install software-properties-common