nanodesk/makeanything.sh

26 lines
425 B
Bash
Raw Normal View History

2023-05-01 03:54:15 +02:00
#!/bin/bash
### this script makes everything to build a ready to boot .iso file of nanodesk
###
### By: DeltaLima
### 2023
2023-05-01 03:58:47 +02:00
message () {
echo "== " $1
}
error ()
{
message "ERROR!!"
exit 1
}
check_requirements () {
echo "we are checking for requirements"
}
### stuff begins here
test -f build/chroot || mkdir -p build/chroot
debootstrap --variant=fakeroot bullseye build/chroot/ http://ftp.de.debian.org/debian