buildPrawnOS.sh 356 B

123456789101112
  1. #!/bin/sh -xe
  2. #Build everything
  3. #Get sudo
  4. sudo echo "Thanks."
  5. #Build kernel WITHOUT SUDO, building the kernel with sudo is bad practice
  6. #Once, sometime in the kernel version 2 days building the kernel with sudo broke the
  7. #The system it was built on
  8. #./scripts/buildKernel.sh
  9. #build os WITH sudo, debootstrap requires sudo
  10. sudo ./scripts/buildDebianFs.sh