mirror of
https://github.com/ComradCollective/Comrad
synced 2024-11-03 23:15:33 +00:00
updates
This commit is contained in:
parent
8d4875d708
commit
2ce8d35427
@ -50,7 +50,17 @@ then
|
||||
git pull
|
||||
else
|
||||
cd $path_komrade
|
||||
git clone https://github.com/Komrade/Komrade.git
|
||||
|
||||
echo "Use HTTPS or SSH for git?"
|
||||
read -p "[HTPS/ssh] " git_method
|
||||
|
||||
if [ git_method=="ssh" ]
|
||||
then
|
||||
echo "using ssh..."
|
||||
git clone git@github.com:Komrade/Komrade.git
|
||||
else
|
||||
git clone https://github.com/Komrade/Komrade.git
|
||||
fi
|
||||
mv Komrade code
|
||||
fi
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user