2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-05 21:20:51 +00:00

installer

This commit is contained in:
quadrismegistus 2020-09-22 14:38:52 +01:00
parent 6a8417d316
commit 71bce0ea5b

View File

@ -59,18 +59,20 @@ then
then
echo "using ssh..."
git clone git@github.com:Komrade/Komrade.git
git checkout installer
else
git clone https://github.com/Komrade/Komrade.git
git checkout installer
fi
mv Komrade code
fi
else
cd $path_komrade
curl -s -LO https://github.com/Komrade/Komrade/archive/master.zip
unzip master.zip
rm master.zip
cp -rT Komrade-master code
rm -r Komrade-master
curl -s -LO https://github.com/Komrade/Komrade/archive/installer.zip
unzip installer.zip
rm installer.zip
cp -rT Komrade-installer code
rm -r Komrade-installer
fi