update to public gitea

This commit is contained in:
USER
2023-03-24 20:13:44 +00:00
parent 5a61f554e2
commit 0c7bf11f9c
5 changed files with 118 additions and 9 deletions

View File

@ -13,6 +13,7 @@ then
mkdir ${ZPC}
fi
REPO=https://mint.nopenso.com/mirror
for i in ${REPO}
do
echo $i
@ -20,6 +21,6 @@ do
then
echo $i
cd ${ZPC}
git clone https://github.com/spongle70/${i}.git
git clone ${REPO}/${i}.git
fi
done