Changes between Version 83 and Version 84 of GENILTE/LTEDeployment


Ignore:
Timestamp:
06/20/17 10:54:00 (7 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENILTE/LTEDeployment

    v83 v84  
    123123sudo apt-get update
    124124sudo apt-get install subversion git
    125 git config --global user.name "Luisa Nevers"
    126 git config --global user.email "luisa.nevers@raytheon.com"
     125git config --global user.name "FirstName LastName"
     126git config --global user.email "your.email@yourdomain.com"
    127127
    128128echo -n | openssl s_client -showcerts -connect gitlab.eurecom.fr:443 2>/dev/null | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca-certificates.crt