diff --git a/ehcp/ehcpforceupdate.sh b/ehcp/ehcpforceupdate.sh index ec123cf..3db7b6a 100755 --- a/ehcp/ehcpforceupdate.sh +++ b/ehcp/ehcpforceupdate.sh @@ -172,6 +172,9 @@ function apacheUseFPM(){ sed -i "s/eoan/xenial/g" "/etc/apt/sources.list.d/ondrej-ubuntu-apache2-eoan.list" sed -i "s/eoan/xenial/g" "/etc/apt/sources.list.d/ondrej-ubuntu-apache2-eoan.list.save" + + sed -i "s/focal/xenial/g" "/etc/apt/sources.list.d/ondrej-ubuntu-apache2-focal.list" + sed -i "s/focal/xenial/g" "/etc/apt/sources.list.d/ondrej-ubuntu-apache2-focal.list.save" fi aptget_Update diff --git a/ehcp/install_main.sh b/ehcp/install_main.sh index 69b77c2..cfdb7d9 100755 --- a/ehcp/install_main.sh +++ b/ehcp/install_main.sh @@ -875,6 +875,9 @@ function apacheUseFPM(){ sed -i "s/eoan/xenial/g" "/etc/apt/sources.list.d/ondrej-ubuntu-apache2-eoan.list" sed -i "s/eoan/xenial/g" "/etc/apt/sources.list.d/ondrej-ubuntu-apache2-eoan.list.save" + + sed -i "s/focal/xenial/g" "/etc/apt/sources.list.d/ondrej-ubuntu-apache2-focal.list" + sed -i "s/focal/xenial/g" "/etc/apt/sources.list.d/ondrej-ubuntu-apache2-focal.list.save" fi aptget_Update