Dextrose/Updater: Difference between revisions

Install: list of repos in DEXTROSE_YUM_REPOS
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Obsolete|Moved and died at https://sugardextrose.org/projects/dextrose/wiki/Dextrose_3_Updater}}
== Configuration ==
== Configuration ==


Line 23: Line 25:
     yum="$yum --enablerepo=$i"
     yum="$yum --enablerepo=$i"
  done
  done
 
  updates() {
  updates() {
     ${yum} -e0 check-update | awk '/./{print $1 "-" $2}'
     ${yum} -e0 check-update | awk '/./{print $1 "-" $2}'