(cp 7f2df44) use SSH url for github

This commit is contained in:
plegall
2021-04-28 16:52:27 +02:00
parent 4ecdbc9e35
commit b7d99b0cb0
+3 -3
View File
@@ -33,7 +33,7 @@ fi
mkdir $version
cd $version
git clone https://github.com/Piwigo/Piwigo.git piwigo
git clone git@github.com:Piwigo/Piwigo.git piwigo
cd piwigo
if [ $# -eq 2 ]
@@ -61,7 +61,7 @@ do
fi
# clone repo
git clone https://github.com/Piwigo/${plugin}.git $plugin_dir
git clone git@github.com:Piwigo/${plugin}.git $plugin_dir
cd /tmp/$version/piwigo/plugins/$plugin_dir
# change version
@@ -83,7 +83,7 @@ for theme in modus elegant smartpocket
do
cd /tmp/$version/piwigo/themes
git_url=https://github.com/Piwigo/piwigo-${theme}.git
git_url=git@github.com:Piwigo/piwigo-${theme}.git
# clone repo
git clone $git_url $theme