Update version
This commit is contained in:
parent
e7009df100
commit
7ef4baf9a9
10 changed files with 67 additions and 33 deletions
|
@ -7,11 +7,16 @@ Source : https://github.com/hay-kot/mealie
|
|||
|
||||
##### Install
|
||||
|
||||
Require debian 12 (bookworm)
|
||||
```bash
|
||||
apt install -y wget ca-certificates
|
||||
wget -qO - https://deb.lgy.fr/install.sh | bash
|
||||
wget -qO - https://deb.nodesource.com/setup_16.x| bash
|
||||
echo -e "Package: nodejs\\nPin: version 16.*\\nPin-Priority: 1000" > /etc/apt/preferences.d/nodejs
|
||||
apt-get update
|
||||
apt-get install -y mealie
|
||||
|
||||
|
||||
apt-get install -y mealie-frontend mealie-api
|
||||
|
||||
#Edit /etc/default/mealie-api and /etc/default/mealie-frontend
|
||||
|
||||
|
|
|
@ -3,5 +3,6 @@ Version: %VERSION%
|
|||
Section: contrib
|
||||
Priority: optional
|
||||
Architecture: all
|
||||
Depends: python-is-python3 ( >= 3.10 ), crfpp
|
||||
Maintainer: Thomas Legay <thomas@lgy.fr>
|
||||
Description: mealie-api
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue