update
This commit is contained in:
parent
d528292a08
commit
e233164591
|
@ -44,10 +44,12 @@ To enter in temporary filesystem
|
|||
|
||||
- [adguardhome](./ressources/adguardhome)
|
||||
- [authelia](./ressources/authelia)
|
||||
- [babybuddy](./ressources/babybuddy)
|
||||
- [bitwarden-desktop](./ressources/bitwarden-desktop)
|
||||
- [budibase](./ressources/budibase)
|
||||
- [clouseau](./ressources/clouseau)
|
||||
- [claper](./ressources/claper)
|
||||
- [cloudbeaver](./ressources/cloudbeaver)
|
||||
- [clouseau](./ressources/clouseau)
|
||||
- [crfpp](./ressources/crfpp)
|
||||
- [element-web](./ressources/element-web)
|
||||
- [flame](./ressources/flame)
|
||||
|
@ -55,10 +57,12 @@ To enter in temporary filesystem
|
|||
- [glpi](./ressources/glpi)
|
||||
- [gotify](./ressources/gotify)
|
||||
- [grocy](./ressources/grocy)
|
||||
- [humhub](./ressources/humhub)
|
||||
- [joplin desktop](./ressources/joplin)
|
||||
- [joplin-server](./ressources/joplin-server)
|
||||
- [keycloak](./ressources/keycloak)
|
||||
- [kimai2](./ressources/kimai2)
|
||||
- [libfq](./ressources/libfq)
|
||||
- [mautrix-syncproxy and mautrix-wsproxy](./ressources/mautrix-syncproxy)
|
||||
- [mautrix-whatsapp](./ressources/mautrix-whatsapp)
|
||||
- [mailhog](./ressources/mailhog)
|
||||
|
|
|
@ -23,6 +23,10 @@ get_git_source(){
|
|||
fi
|
||||
}
|
||||
|
||||
configure_depot_lgy(){
|
||||
wget -qO - https://deb.lgy.fr/install.sh | bash
|
||||
}
|
||||
|
||||
configure_depot_erlang_rabbitmq(){
|
||||
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/erlang-rabbitmq.gpg] https://ppa1.rabbitmq.com/rabbitmq/rabbitmq-erlang/deb/debian bookworm main" > /etc/apt/sources.list.d/erlang.list
|
||||
wget -qO - "https://github.com/rabbitmq/signing-keys/releases/download/3.0/cloudsmith.rabbitmq-erlang.E495BB49CC4BBE5B.key" | gpg --dearmor > /usr/share/keyrings/erlang-rabbitmq.gpg
|
||||
|
|
|
@ -3,6 +3,6 @@ Version: %VERSION%
|
|||
Section: contrib
|
||||
Priority: optional
|
||||
Architecture: all
|
||||
Depends: inotify-tools, erlang-base, erlang-syntax-tools, erlang-xmerl
|
||||
Depends: inotify-tools, erlang-base, erlang-syntax-tools, erlang-xmerl, ghostscript >= 9 , libreoffice >=24
|
||||
Maintainer: Thomas Legay <thomas@lgy.fr>
|
||||
Description: claper
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=2_9_1
|
||||
VERSION=2_9_2
|
||||
APP=mysqlfdw
|
||||
DEPOT=https://github.com/EnterpriseDB/mysql_fdw.git
|
||||
GIT_VERSION=REL-${VERSION}
|
||||
|
|
|
@ -10,6 +10,7 @@ IMAGE_SIZE=2
|
|||
PACKAGE_DEPENDENCY="php-simplexml php-curl php-zip php-cli"
|
||||
|
||||
main(){
|
||||
configure_depot_yarn
|
||||
base_package_upgrade
|
||||
install_package_dependency
|
||||
default_prebuild
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
APP=rustdesk-server
|
||||
VERSION=1.1.11-1
|
||||
VERSION=1.1.12
|
||||
GIT_VERSION=$VERSION
|
||||
DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M)
|
||||
DEBIAN_VERSION_CODENAME=bookworm
|
||||
|
|
Loading…
Reference in New Issue