update
This commit is contained in:
parent
efdd66373e
commit
5220958c0a
18 changed files with 61 additions and 112 deletions
|
@ -1,5 +1,7 @@
|
|||
[Unit]
|
||||
Description=mautrix-whatsapp bridge
|
||||
Wants=network.target
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=exec
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=0.9.0
|
||||
VERSION=0.10.0
|
||||
APP=mautrix-whatsapp
|
||||
DEPOT=https://github.com/mautrix/whatsapp.git
|
||||
GIT_VERSION=v${VERSION}
|
||||
DEBIAN_VERSION_CODENAME=bullseye
|
||||
DEBIAN_VERSION_CODENAME=bookworm
|
||||
IMAGE_SIZE=4
|
||||
PACKAGE_DEPENDENCY="debhelper-compat libolm-dev build-essential devscripts"
|
||||
PACKAGE_DEPENDENCY="debhelper-compat libolm-dev build-essential devscripts golang"
|
||||
|
||||
main(){
|
||||
echo deb http://deb.debian.org/debian bullseye-backports main > /etc/apt/sources.list.d/backports.list
|
||||
# echo deb http://deb.debian.org/debian bullseye-backports main > /etc/apt/sources.list.d/backports.list
|
||||
base_package_upgrade
|
||||
install_package_dependency
|
||||
apt install -y --no-install-recommends -t bullseye-backports golang
|
||||
# apt install -y --no-install-recommends -t bullseye-backports golang
|
||||
get_git_source
|
||||
makedeb
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue