46 | | * apt-get update |
47 | | * apt-get install git |
48 | | * echo -n | openssl s_client -showcerts -connect gitlab.eurecom.fr:443 2>/dev/null | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' >> /etc/ssl/certs/ca-certificates.crt |
49 | | * git clone https://gitlab.eurecom.fr/oai/openairinterface5g.git |
50 | | * git clone https://gitlab.eurecom.fr/oai/openair-cn.git |
| 46 | * {{{ apt-get update }}} |
| 47 | * {{{ apt-get install git }}} |
| 48 | * {{{ echo -n | openssl s_client -showcerts -connect gitlab.eurecom.fr:443 2>/dev/null | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' >> /etc/ssl/certs/ca-certificates.crt }}} |
| 49 | * {{{ git clone https://gitlab.eurecom.fr/oai/openairinterface5g.git }}} |
| 50 | * {{{ git clone https://gitlab.eurecom.fr/oai/openair-cn.git }}} |