Fix : use original date file in deb
Update version of application : authelia element-web mautrix-whatsapp
This commit is contained in:
parent
3deb21e79d
commit
a20c6440ee
5 changed files with 43 additions and 22 deletions
21
README.MD
21
README.MD
|
@ -12,20 +12,33 @@ Objectives :
|
|||
|
||||
### Usage
|
||||
|
||||
#### List app
|
||||
To list all applications with debmaker script
|
||||
|
||||
```bash
|
||||
./debmaker list
|
||||
```
|
||||
|
||||
#### Create deb file
|
||||
To create deb file you just need to run the bellow command :
|
||||
|
||||
```bash
|
||||
. ressources/<App name>/debmaker
|
||||
debmaker_run
|
||||
./debmaker run <app>
|
||||
```
|
||||
after execution, .deb file is generate in 'dist' folder
|
||||
|
||||
### Debug
|
||||
#### Edit debmaker script
|
||||
|
||||
```bash
|
||||
./debmaker edit <app>
|
||||
```
|
||||
|
||||
#### Debug
|
||||
|
||||
To enter in temporary filesystem
|
||||
|
||||
```bash
|
||||
debmaker_chroot cache/<App name>
|
||||
./debmaker chroot <app>
|
||||
```
|
||||
|
||||
### packages available in shared repository
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue