You are not logged in.
Pages: 1
Aside from a regular cron job, here's a quick way to pacman -Syu:
put the following alias in /root/.bashrc
alias pc='pacman -Syu'
Then, as root just type "pc" and watch it work!
Offline