completion_chroot.sh 106 B

1234567
  1. #!/bin/sh
  2. echo "Configuring the packages with chroot"
  3. TARGET=$1
  4. sudo chroot ${TARGET} /configscript.sh