update
This commit is contained in:
parent
d528292a08
commit
e233164591
|
@ -44,10 +44,12 @@ To enter in temporary filesystem
|
||||||
|
|
||||||
- [adguardhome](./ressources/adguardhome)
|
- [adguardhome](./ressources/adguardhome)
|
||||||
- [authelia](./ressources/authelia)
|
- [authelia](./ressources/authelia)
|
||||||
|
- [babybuddy](./ressources/babybuddy)
|
||||||
- [bitwarden-desktop](./ressources/bitwarden-desktop)
|
- [bitwarden-desktop](./ressources/bitwarden-desktop)
|
||||||
- [budibase](./ressources/budibase)
|
- [budibase](./ressources/budibase)
|
||||||
- [clouseau](./ressources/clouseau)
|
- [claper](./ressources/claper)
|
||||||
- [cloudbeaver](./ressources/cloudbeaver)
|
- [cloudbeaver](./ressources/cloudbeaver)
|
||||||
|
- [clouseau](./ressources/clouseau)
|
||||||
- [crfpp](./ressources/crfpp)
|
- [crfpp](./ressources/crfpp)
|
||||||
- [element-web](./ressources/element-web)
|
- [element-web](./ressources/element-web)
|
||||||
- [flame](./ressources/flame)
|
- [flame](./ressources/flame)
|
||||||
|
@ -55,10 +57,12 @@ To enter in temporary filesystem
|
||||||
- [glpi](./ressources/glpi)
|
- [glpi](./ressources/glpi)
|
||||||
- [gotify](./ressources/gotify)
|
- [gotify](./ressources/gotify)
|
||||||
- [grocy](./ressources/grocy)
|
- [grocy](./ressources/grocy)
|
||||||
|
- [humhub](./ressources/humhub)
|
||||||
- [joplin desktop](./ressources/joplin)
|
- [joplin desktop](./ressources/joplin)
|
||||||
- [joplin-server](./ressources/joplin-server)
|
- [joplin-server](./ressources/joplin-server)
|
||||||
- [keycloak](./ressources/keycloak)
|
- [keycloak](./ressources/keycloak)
|
||||||
- [kimai2](./ressources/kimai2)
|
- [kimai2](./ressources/kimai2)
|
||||||
|
- [libfq](./ressources/libfq)
|
||||||
- [mautrix-syncproxy and mautrix-wsproxy](./ressources/mautrix-syncproxy)
|
- [mautrix-syncproxy and mautrix-wsproxy](./ressources/mautrix-syncproxy)
|
||||||
- [mautrix-whatsapp](./ressources/mautrix-whatsapp)
|
- [mautrix-whatsapp](./ressources/mautrix-whatsapp)
|
||||||
- [mailhog](./ressources/mailhog)
|
- [mailhog](./ressources/mailhog)
|
||||||
|
|
|
@ -23,6 +23,10 @@ get_git_source(){
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
configure_depot_lgy(){
|
||||||
|
wget -qO - https://deb.lgy.fr/install.sh | bash
|
||||||
|
}
|
||||||
|
|
||||||
configure_depot_erlang_rabbitmq(){
|
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
|
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
|
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
|
Section: contrib
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Architecture: all
|
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>
|
Maintainer: Thomas Legay <thomas@lgy.fr>
|
||||||
Description: claper
|
Description: claper
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
VERSION=2_9_1
|
VERSION=2_9_2
|
||||||
APP=mysqlfdw
|
APP=mysqlfdw
|
||||||
DEPOT=https://github.com/EnterpriseDB/mysql_fdw.git
|
DEPOT=https://github.com/EnterpriseDB/mysql_fdw.git
|
||||||
GIT_VERSION=REL-${VERSION}
|
GIT_VERSION=REL-${VERSION}
|
||||||
|
|
|
@ -10,6 +10,7 @@ IMAGE_SIZE=2
|
||||||
PACKAGE_DEPENDENCY="php-simplexml php-curl php-zip php-cli"
|
PACKAGE_DEPENDENCY="php-simplexml php-curl php-zip php-cli"
|
||||||
|
|
||||||
main(){
|
main(){
|
||||||
|
configure_depot_yarn
|
||||||
base_package_upgrade
|
base_package_upgrade
|
||||||
install_package_dependency
|
install_package_dependency
|
||||||
default_prebuild
|
default_prebuild
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
APP=rustdesk-server
|
APP=rustdesk-server
|
||||||
VERSION=1.1.11-1
|
VERSION=1.1.12
|
||||||
GIT_VERSION=$VERSION
|
GIT_VERSION=$VERSION
|
||||||
DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M)
|
DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M)
|
||||||
DEBIAN_VERSION_CODENAME=bookworm
|
DEBIAN_VERSION_CODENAME=bookworm
|
||||||
|
|
Loading…
Reference in New Issue