summaryrefslogblamecommitdiffstats
path: root/tasks/update.task.sh
blob: de1c5b14dba3315ce41a9d7a2620790b101ff908 (plain) (tree)
1
2
3
4
5
6
7
8
9
10




                                       
                                              
                                    
                                                                                

             
update_package_dependencies="bootstrap"

update() {
  ME=update
  echo "  Refresh apt sources"
  chroot-exec apt-get update > $DEBUG.$ME 2>&1
  echo -n "  Running system update "
  chroot-exec apt-get -y upgrade | tee -a - $DEBUG.$ME | awk '{printf "."}' 2>&1
  echo "done"
}