New process using mount point

This commit is contained in:
thomas 2022-02-20 15:06:59 +01:00
parent 5d14cf2985
commit a340b7db22
1 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,11 @@
#!/bin/bash
STEP="makedeb"
STEP="envinit makedeb"
envinit() {
apt-get install -y wget ca-certificates wget fakeroot dpkg
}
makedeb(){
GIT_VERSION=$1