Update method for fresh install?

Given that some updates should be done with ‘sudo pacman -Syyuu’ and others should be run via octopi or using the ‘sudo pacman -Syu’ command, what is the proper way to do updates after a fresh install?

On a fresh install of the 2014.04 release these command are needed from a terminal:
sudo pacman -Syy
sudo pacman -S manjaro-keyring
sudo pacman -Suu

After this is finished all updates to date will have been be applied.

PS. When a new ISO comes out this will no longer be required.

:wink: thanks

Oops, I almost forgot, if you have any issues with key signatures here is what needs to be done:

Rob McCathies (korrode) signature:

sudo pacman-key -r 5C0102A6 sudo pacman-key --lsign-key 5C0102A6

Joshuas Strots (dcell) signature:

sudo pacman-key -r CB6CDD17 sudo pacman-key --lsign-key CB6CDD17

AJ