summaryrefslogtreecommitdiffstats
path: root/inc/update.inc.sh
blob: af3ff9d428ab027407ff1f4ade676b50f00f51dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
updatebuildroot () {
  chroot-exec aptitude update
  chroot-exec aptitude safe-upgrade
  updateScripts
}

updateScripts () {
  cp ./chroot-scripts/* $buildrootpath/root/bin/
  chmod 700 $buildrootpath/root/bin/*
}