0

I have cloned the latest tungsten installer and trying to run the tpm command. But its not recognizing as command. Please refer the snapshot below:

enter image description here

Please provide feedback.

1 Answers1

0

tpm is not in the path. You need to explicitly state the path when you call it. Using your example, you'd reference the directory you're in:

./tpm

miketaluc
  • 1
  • 2