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 then
echo "using ssh..." echo "using ssh..."
git clone git@github.com:Komrade/Komrade.git git clone git@github.com:Komrade/Komrade.git
git checkout installer
else else
git clone https://github.com/Komrade/Komrade.git git clone https://github.com/Komrade/Komrade.git
git checkout installer
fi fi
mv Komrade code mv Komrade code
fi fi
else else
cd $path_komrade cd $path_komrade
curl -s -LO https://github.com/Komrade/Komrade/archive/master.zip curl -s -LO https://github.com/Komrade/Komrade/archive/installer.zip
unzip master.zip unzip installer.zip
rm master.zip rm installer.zip
cp -rT Komrade-master code cp -rT Komrade-installer code
rm -r Komrade-master rm -r Komrade-installer
fi fi