We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77f1775 commit f5283efCopy full SHA for f5283ef
install/upgrade/versions/latest.sh
@@ -21,10 +21,10 @@ if [ "$WEB_SYSTEM" = "apache2" ] && [ ! -e "/etc/apt/sources.list.d/apache2.list
21
if [ "$type" = "ubuntu" ]; then
22
codename="$(lsb_release -s -c)"
23
echo "deb http://ppa.launchpad.net/ondrej/apache2/ubuntu $codename main" > /etc/apt/sources.list.d/apache2.list
24
- elseif [ "$type" = "debian" ]; then
+ elif [ "$type" = "debian" ]; then
25
echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/apache2.list
26
wget --quiet https://packages.sury.org/apache2/apt.gpg -O /tmp/apache2_signing.key
27
APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1 apt-key add /tmp/apache2_signing.key > /dev/null 2>&1
28
fi
29
30
-fi
+fi
0 commit comments