X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=bin%2Fupdate-system;h=79d3d1c2bfd090e3f62d8d3bf4ff4a0ef2cd1e72;hb=7103b16938d37a059a79e99c3bf7058687247658;hp=864edf078388178c2e1652bcc9867e6747c91845;hpb=a3f498457945cda7eda6f1632237cabd4455d78a;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)