diff --git a/build.assets/install b/build.assets/install index eb52ec7d99959..493bdcedc633d 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?