This commit is contained in:
Marcus 2023-05-01 03:58:47 +02:00
parent 2ed62d9a34
commit 8dc294c702
1 changed files with 19 additions and 0 deletions

View File

@ -4,3 +4,22 @@
###
### By: DeltaLima
### 2023
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