Commit cf1003d3365ad24119fd251b7cb19f7e94618b4e
Exists in
dev
Merge branch 'dev' of https://gitlab.irap.omp.eu/epallier/pyros into dev
Showing
1 changed file
with
6 additions
and
4 deletions
Show diff stats
privatedev/config/guitalens/observatory_guitalens.yml
... | ... | @@ -96,16 +96,18 @@ OBSERVATORY: |
96 | 96 | links: |
97 | 97 | - link: |
98 | 98 | type: git |
99 | - name: guitastro | |
100 | - url: https://gitlab.irap.omp.eu/guitastrolib/guitastro | |
101 | - - link: | |
102 | - type: git | |
103 | 99 | name: guitastro_mount_astromecca |
104 | 100 | url: https://gitlab.irap.omp.eu/guitastrolib/guitastro_mount_astromecca |
101 | + install: | |
102 | + shell: /bin/sh | |
103 | + script: "guitastro/install/install.sh" | |
105 | 104 | - link: |
106 | 105 | type: git |
107 | 106 | name: guitastro_camera_indi |
108 | 107 | url: https://gitlab.irap.omp.eu/guitastrolib/guitastro_camera_indi |
108 | + install: | |
109 | + shell: /bin/sh | |
110 | + script: "guitastro/install/install.sh" | |
109 | 111 | |
110 | 112 | AGENTS: |
111 | 113 | ... | ... |