From 3dd23c8ebd0f4b4719a05ca3f9a2b24db055d641 Mon Sep 17 00:00:00 2001 From: Steven Martin Date: Tue, 9 Sep 2025 04:47:39 -0400 Subject: [PATCH] Include fdpass-teleport in install script (#58727) --- build.assets/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.assets/install b/build.assets/install index eb52ec7d999..493bdcedc63 100755 --- a/build.assets/install +++ b/build.assets/install @@ -14,7 +14,7 @@ VARDIR=/var/lib/teleport echo "Starting Teleport installation..." cd $(dirname $0) mkdir -p $VARDIR $BINDIR -cp -f teleport tctl tsh tbot teleport-update $BINDIR/ || exit 1 +cp -f teleport tctl tsh tbot fdpass-teleport teleport-update $BINDIR/ || exit 1 # # What operating system is the user running?