0 Members and 1 Guest are viewing this topic.
#!/bin/shYUM=/usr/bin/yum# -y == assume yes# -d == debug verbosity# -e == error-reporting level# -R == wait 0~n min before running the command (randomise)# clear all packages, dependency headers, metadata and metadata cache${YUM} -y -d 0 -e 0 clean all# update the yum package itself${YUM} -y -d 0 -e 0 update yum# update everything${YUM} -y -R 10 -e 0 -d 0 update# cleanup Kloxo-MRsh /script/cleanup
Auto update will be implementing if Kloxo-MR 7 going to candidate step (aka 7.0.0.c). Now, still in beta.
Page created in 0.044 seconds with 18 queries.