use SSH url for github

This commit is contained in:
plegall 2021-03-19 14:12:32 +01:00
parent 4bc1c26994
commit 7f2df44417

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