Skip to content

Commit

Permalink
Update rtinst
Browse files Browse the repository at this point in the history
  • Loading branch information
arakasi72 authored Dec 18, 2019
1 parent 16d2f1d commit a0be8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/rtinst
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ if [ "$relno" = "18" ] || [ "$relno" = "19" ]; then
libcver=libcurl4
fi

if [ "$relno" = "10" ]; then
if [ "$relno" = "10" ] || [ "$(lsb_release -sr)" = "19.10" ]; then
phpver=php7.3
phploc=/etc/php/7.3
libcver=libcurl4
Expand Down

0 comments on commit a0be8c3

Please sign in to comment.