Commit ad5e411e by devttys0

Changed git to clone FMK over http

parent 712760df
...@@ -35,7 +35,7 @@ function fmk ...@@ -35,7 +35,7 @@ function fmk
if [ ! -e /opt/firmware-mod-kit/.git ] if [ ! -e /opt/firmware-mod-kit/.git ]
then then
git clone https://code.google.com/p/firmware-mod-kit /opt/firmware-mod-kit/ git clone http://code.google.com/p/firmware-mod-kit /opt/firmware-mod-kit/
fi fi
cd /opt/firmware-mod-kit/src cd /opt/firmware-mod-kit/src
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment