Skip to content

Commit b30523e

Browse files
authored
Update tar install to include enterprise suffix (#53329)
1 parent a1457e7 commit b30523e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/install-scripts/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ install_via_curl() {
225225
cd -
226226

227227
$SUDO tar -xzf "${TEMP_DIR}/${TELEPORT_FILENAME}" -C "$TEMP_DIR"
228-
$SUDO "$TEMP_DIR/teleport/install"
228+
$SUDO "$TEMP_DIR/teleport${TELEPORT_SUFFIX}/install"
229229
set +x
230230
}
231231

0 commit comments

Comments
 (0)