Queer European MD passionate about IT
Browse Source

Path changed

Davte 5 years ago
parent
commit
6db2175796
1 changed files with 5 additions and 4 deletions
  1. 5 4
      add_projects_submodules.sh

+ 5 - 4
add_projects_submodules.sh

@@ -1,6 +1,7 @@
-ssh michele@davte.it;
-cd /home/michele/www/personal_website;
-mkdir projects;
-git submodule add path/to/repo/image-editor.git projects/image-editor;
+# Run this if your are not on the server
+# ssh michele@davte.it;
+
+cd /home/michele/personal_website;
+git submodule add ssh://git@gogs.davte.it:8445/michelezoncheddu/image-editor.git image-editor;
 git submodule init;
 git submodule update;