1
0
mirror of https://github.com/php/systems.git synced 2026-03-23 23:32:12 +01:00

Add missing 'php-main-web'

This commit is contained in:
Derick Rethans
2024-12-20 10:41:27 +00:00
parent 60425562e8
commit 7acc7e4bb8

View File

@@ -29,7 +29,7 @@ git clone https://github.com/php/web-shared.git shared
git clone https://github.com/php/systems.git systems
git clone https://github.com/php/web-pres2.git talks
for i in docweb php-people-web qaweb php-gcov-web php-master-web php-news-web php-bugs-web php-gtk-web talks; do
for i in php-main-web docweb php-people-web qaweb php-gcov-web php-master-web php-news-web php-bugs-web php-gtk-web talks; do
cd /local/mirrors/$i
git clone https://github.com/php/web-shared.git shared
done