SubModule php-fpm: Relocated setup of php repo

Relocated it from generic CoreModule to the php-fpm SubModule
This commit is contained in:
2023-07-02 21:47:12 +02:00
parent 6e7761effe
commit 2c4e5cf324
2 changed files with 3 additions and 6 deletions

View File

@@ -1,3 +1,6 @@
#Setting up repository
curl --retry 7 --retry-delay 5 -s https://git.bprieshof.nl/Work/PKGRepoSetup/raw/branch/Main/Setup-Repo.sh |repo=php osrel=$shortdist bash > $OUTPUT 2>&1
if [ "$shortdist" = "ubu1804" ] || [ "$shortdist" = "ubu2004" ] || [ "$shortdist" = "deb10" ] || [ "$shortdist" = "deb11" ] || [ "$shortdist" = "deb12" ] ; then
# Debian/Ubunbtu Php variables
phpPoolDir=/etc/php/${phpver}/fpm/pool.d