Update 'Setup-Repo.sh'

This commit is contained in:
Bram Prieshof
2020-09-24 12:55:10 +02:00
parent 339246b5d2
commit c41da48da9

View File

@@ -60,7 +60,7 @@ if [ "$osrel" = "ubu1804" ] || [ "$osrel" = "ubu2004" ] ; then
add-apt-repository --no-update ppa:ondrej/apache2 -y -n > $OUTPUT 2>&1
elif [ "$osrel" = "deb10" ]; then
wget -O /etc/apt/trusted.gpg.d/apache2.gpg https://packages.sury.org/apache2/apt.gpg
echo "deb https://packages.sury.org/apache2/ "$dist_name"` main" > /etc/apt/sources.list.d/apache2.list
echo "deb https://packages.sury.org/apache2/ "$dist_name" main" > /etc/apt/sources.list.d/apache2.list
fi
}