updated org name

master
marxzuckerburg 4 years ago
parent 908a2c28c5
commit 6304d6051e

@ -93,17 +93,17 @@ then
if [ "$git_method" = "ssh" ] if [ "$git_method" = "ssh" ]
then then
echo "using ssh..." echo "using ssh..."
git clone git@github.com:ComradCollective/Comrad.git git clone git@github.com:ComradOrg/Comrad.git
git checkout installer git checkout installer
else else
git clone https://github.com/ComradCollective/Comrad.git git clone https://github.com/ComradOrg/Comrad.git
git checkout installer git checkout installer
fi fi
mv Comrad code mv Comrad code
fi fi
else else
cd $path_comrad cd $path_comrad
curl -s -LO https://github.com/ComradCollective/Comrad/archive/installer.zip curl -s -LO https://github.com/ComradOrg/Comrad/archive/installer.zip
unzip installer.zip unzip installer.zip
rm installer.zip rm installer.zip
cp -rT Comrad-installer code cp -rT Comrad-installer code

Loading…
Cancel
Save