X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=bin%2Fupdate-system;h=79d3d1c2bfd090e3f62d8d3bf4ff4a0ef2cd1e72;hb=872647ca498f25c7de2a0e92f19403b71d957e1a;hp=864edf078388178c2e1652bcc9867e6747c91845;hpb=1b550ea44dcfaf9b9ae548173593c610d31824af;p=clearscm.git diff --git a/bin/update-system b/bin/update-system index 864edf0..79d3d1c 100755 --- a/bin/update-system +++ b/bin/update-system @@ -11,7 +11,7 @@ uptodate=$(grep -v "^Listing" $tmpfile | wc -l) if [ $uptodate -ne 0 ]; then cat $tmpfile >> $logfile && rm $tmpfile - + apt-get upgrade -y >> $tmpfile held_back=$(grep "kept back" $tmpfile | wc -l)