modify sync

This commit is contained in:
Louis Abel 2024-08-22 09:08:12 -07:00
parent fba99cc185
commit 5c8089ebdd
Signed by: label
GPG Key ID: 2A6975660E424560
2 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,9 @@ fi
echo "Copying prepopulate"
/bin/cp /var/tmp/c9s/prepopulate.json .
echo "Copying variants"
/bin/cp /var/tmp/c9s/variants.xml .
echo "Changing to rocky where required in prepopulate"
while read -r pattern; do
sscript+="$pattern;"

View File

@ -158,6 +158,7 @@
<module>nginx:1.24</module>
<module>nodejs:18</module>
<module>nodejs:20</module>
<module>nodejs:22</module>
<module>php:8.1</module>
<module>php:8.2</module>
<module>postgresql:15</module>