update
This commit is contained in:
parent
902183dec1
commit
2dcd33246a
17 changed files with 25 additions and 24 deletions
|
@ -7,7 +7,7 @@ DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M)
|
|||
DEBIAN_VERSION_CODENAME=bookworm
|
||||
IMAGE_SIZE=5
|
||||
DEPOT=https://github.com/rustdesk/rustdesk-server.git
|
||||
PACKAGE_DEPENDENCY="build-essential"
|
||||
PACKAGE_DEPENDENCY="build-essential clang"
|
||||
|
||||
main() {
|
||||
base_package_upgrade
|
||||
|
@ -20,6 +20,7 @@ main() {
|
|||
|
||||
build() {
|
||||
cd /tmp/${APP}
|
||||
git clone https://github.com/rustdesk/hbb_common.git libs/hbb_common
|
||||
source ~/.cargo/env
|
||||
cargo build --release
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue