Commit a6e7fb21 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm prescription: fix php8 install

parent b6d4d064
......@@ -8,7 +8,7 @@ distro="$($DISTRVENDOR -d)" ; [ "$distro" = "ALTLinux" ] || [ "$distro" = "ALTSe
if epmqp --quiet php7- ; then
# Upgrade if was installed php5
epmqp php7 --short | sed -e "s|php7|php8|" | epmi --auto
epmqp php7 --short | sed -e "s|php7-http||" -e "s|php7-raphf||" -e "s|php7-propro||" -e "s|php7-memcache||" -e "s|php7|php8.1|" | epmi --auto
epme php7-libs
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment