Skip to content

Commit b08cad6

Browse files
committed
Fix apache2 ppa url in debian update script
1 parent 0a0f6f9 commit b08cad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/upgrade/versions/latest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if [ "$WEB_SYSTEM" = "apache2" ] && [ ! -e "/etc/apt/sources.list.d/apache2.list
2323
echo "deb http://ppa.launchpad.net/ondrej/apache2/ubuntu $codename main" > /etc/apt/sources.list.d/apache2.list
2424
elif [ "$type" = "debian" ]; then
2525
codename="$(cat /etc/os-release |grep VERSION= |cut -f 2 -d \(|cut -f 1 -d \))"
26-
echo "deb https://packages.sury.org/php/ $codename main" > /etc/apt/sources.list.d/apache2.list
26+
echo "deb https://packages.sury.org/apache2/ $codename main" > /etc/apt/sources.list.d/apache2.list
2727
wget --quiet https://packages.sury.org/apache2/apt.gpg -O /tmp/apache2_signing.key
2828
APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1 apt-key add /tmp/apache2_signing.key > /dev/null 2>&1
2929
fi

0 commit comments

Comments
 (0)