manifest: Add OmniRom remote with the ssh Protocol

to allow to push without PWD

and remove duplicate remote too

Change-Id: I5a24913d5fceb10af2516a4e2d01f9c45e70b61a
Signed-off-by: micky387 <mickaelsaibi@free.fr>
diff --git a/omni-aosp.xml b/omni-aosp.xml
index 333a82e..05bc67e 100644
--- a/omni-aosp.xml
+++ b/omni-aosp.xml
@@ -11,6 +11,10 @@
            fetch="https://github.com/omnirom"
            review="gerrit.omnirom.org" />
 
+    <remote  name="omnirom-ssh"
+           fetch="ssh://git@github.com/omnirom"
+           review="gerrit.omnirom.org" />
+
     <project path="build/make" name="android_build" remote="omnirom" revision="android-15" groups="pdk,sysui-studio" >
         <copyfile src="core/root.mk" dest="Makefile" />
         <linkfile src="CleanSpec.mk" dest="build/CleanSpec.mk" />