You are not logged in.
Is it possible make automatic update on Archlinux (like ubuntu, SuSe...).
http://ispconfig.lt - ISPConfig 3 based hosting. Coming Soon!
Offline
Is it possible make automatic update on Archlinux (like ubuntu, SuSe...).
You can do it by yourself with anacron and using pacman with "--noconfirm" ... instead of thinking that it is not a good idea to do it automatic. At work my sysadmin have done automatic updates with suse until the moment as a "bad" update ruins all the time what he have saved.
I prefer to use a line in anacron for syncing and sending an email so i can see if there is a update:
1 10 pacman.daily (/usr/bin/pacman -Sy > /dev/null && /usr/bin/pacman -Sup 2>&1 | /usr/bin/mail -s "Arch Updates" MY_USER) > /dev/nullPerhaps not all '>' be necessary but it works.:)
Offline