Template, icons and config scripts update from GIT

EVE-NG Templates, Icons and Config scripts update using GIT

EVE-NG Templates, Icons and config scripts update instruction
This how to works for any EVE-NG Pro version only.
For EVE Community, download templates, scripts and icons manually from https://gitlab.com/eve-ng-dev and upload to the EVE locations (same as for EVE Pro) mentioned below accordingly.

1. Make sure your EVE-NG has internet and can resolve DNS names, it is mandatory requirement,
1.1. Install GIT apt on your EVE,
apt update
apt install git
2. Templates Update. SSH as root to your EVE and navigate to:
cd /opt/unetlab/html/templates/
3. Run GIT update to obtain templates and fix permissions:
git stash
git pull
/opt/unetlab/wrappers/unl_wrapper -a fixpermissions 
4. Navigate to EVE icons folder
cd /opt/unetlab/html/images/icons 
5. Run GIT update to obtain icons and fix permissions:
git stash
git pull
/opt/unetlab/wrappers/unl_wrapper -a fixpermissions
6. Navigate to EVE config scripts folder
cd /opt/unetlab/config_scripts
7. Run GIT update to obtain config scripts and fix permissions:
git stash
git pull
/opt/unetlab/wrappers/unl_wrapper -a fixpermissions