Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.45 KB

README.md

File metadata and controls

30 lines (24 loc) · 1.45 KB

UpdatEngine-client

UpdatEngine-client allow computer and server to be inventoried automatically on an updatengine server and to deploy softwares.

Installation

Windows

The installation can be done by the graphical interface of the setup. Below only silent command line installations are presented.

Example with an SSL certificat and immediate replacement of an existing installation

If installed from an UE-Server then there is no 'Operation completed' in deployment history due to the termination of the existing UE-Client instance, which therefore cannot send this message to the server.

updatengine-client-setup-4.1.1.exe /verysilent /server=https://UE-SERVER_IP:1979 /noproxy /delay=30 /cert="%CD%\cacert.pem" /norestart /forceinstall

Linux

wget -O /tmp/install-updatengine-client.sh https://raw.githubusercontent.com/updatengine-ng/updatengine-client/master/Linux/setup/install-updatengine-client.sh --no-check-certificate && chmod +x /tmp/install-updatengine-client.sh && sudo /tmp/install-updatengine-client.sh -s "https://UE-SERVER_IP:1979" -m 30 -c mycert.pem -n

Links

License

GPL-2.0