Fix flame package
upgrade version of adguardhome element-web mautrix-whatsapp use new debian packaging process for mautrix-whatsapp
This commit is contained in:
parent
8817ddba0a
commit
6148b1fa75
17 changed files with 32 additions and 91 deletions
|
@ -1,4 +1,7 @@
|
|||
#!/bin/bash
|
||||
LANGUAGE=C
|
||||
LC_ALL=C
|
||||
LANG=C
|
||||
|
||||
DEBOOTSTRAP_DIR=cache/debootstrap/
|
||||
MOUNT_PATH=/mnt/debmaker
|
||||
|
@ -74,6 +77,8 @@ debmaker_umount_proc_sys(){
|
|||
debmaker_chroot() {
|
||||
OPEN_FILE=cache/$2${APP}
|
||||
zdebmaker_getDep
|
||||
[ -f cache/${APP} ] || zdebmaker_createAppOS
|
||||
zdebmaker_inject
|
||||
debmaker_mount_proc_sys ${OPEN_FILE} ${MOUNT_PATH}/${APP}/
|
||||
sudo chroot ${MOUNT_PATH}/${APP}/
|
||||
debmaker_umount_proc_sys ${MOUNT_PATH}/${APP}/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue