allow multi ressource in commande line

update version
This commit is contained in:
thomas 2023-03-30 21:58:28 +02:00
parent e270a50847
commit dbef6baf09
16 changed files with 74 additions and 56 deletions

View file

@ -8,6 +8,7 @@ MOUNT_PATH=/mnt/debmaker
zdebmaker_getDep(){
sudo sleep 0
if [ $? -ne 0 ] ; then exit ; fi
[ -d cache ] || mkdir cache
[ -d dist ] || mkdir dist
[ -d ${DEBOOTSTRAP_DIR} ] || debmaker_debootstrapUpdate