Skip to content

Commit 13cd7d2

Browse files
committed
Add compatibility for Buster
1 parent 0cb2710 commit 13cd7d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/php-installation.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ fi
5757

5858
codename=`lsb_release -c -s`
5959
case "$codename" in
60-
"stretch")
60+
"buster")
6161
php_version=7.3
6262
;;
6363
"bionic")

0 commit comments

Comments
 (0)