ppa:ondrej/php no more prompt

This commit is contained in:
Sophia Atkinson 2022-10-23 13:35:52 -07:00
parent a2bb5bc894
commit 2451c5129d
1 changed files with 1 additions and 1 deletions

View File

@ -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