Include fdpass-teleport in install script (#58727)

This commit is contained in:
Steven Martin
2025-09-09 08:47:39 +00:00
committed by GitHub
parent aef38286c6
commit 3dd23c8ebd
+1 -1
View File
@@ -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?