Skip to content

Commit b833996

Browse files
committed
Install mc-agent and cli tools in deb/appimage
1 parent f7e5de2 commit b833996

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

debian/install

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
build-linux/moolticuted /usr/bin
22
build-linux/moolticute /usr/bin
3+
mc-agent /usr/bin
4+
mc-cli /usr/bin
35
systemd/moolticuted.service /lib/systemd/system

scripts/ci/linux/after_success.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,10 @@ $DOCKER_EXEC "DEBEMAIL=${USER_EMAIL} dch --create --distribution trusty --packag
7272

7373
echo "Building .deb package..."
7474

75-
$DOCKER_EXEC "cp -f README.md debian/README"
75+
wget_retry https://calaos.fr/mooltipass/tools/linux/mc-agent -O mc-agent
76+
wget_retry https://calaos.fr/mooltipass/tools/linux/mc-cli -O mc-cli
77+
78+
$DOCKER_EXEC "cp -f README.md mc-agent mc-cli debian/README"
7679
$DOCKER_EXEC "dpkg-buildpackage -b -us -uc && mkdir -p build-linux/deb && cp ../*.deb build-linux/deb"
7780

7881
echo "Building AppImage"

0 commit comments

Comments
 (0)