How can I update UCS?

This thread is about how to check and update the sources

Assuming you installed the wallet using git you can simply check for new updates via git pull command.

STEP 1 : STEP INTO REPOSITORY FOLDER

Just step into the folder of the repository

cd wallet/

STEP 2 : CHECK FOR UPDATES

Check for updates and if any updates are found download them

git pull