progress
This commit is contained in:
parent
2ed62d9a34
commit
8dc294c702
1 changed files with 19 additions and 0 deletions
|
@ -4,3 +4,22 @@
|
||||||
###
|
###
|
||||||
### By: DeltaLima
|
### By: DeltaLima
|
||||||
### 2023
|
### 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
|
||||||
|
|
Loading…
Reference in a new issue