You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting this @soerennielsen . Would it be possible for you to submit a pull-request? That way, you'll get listed as a contributor to the project and get some recognition for your effort.
The following changes were made:
- The script now requires administrator privileges
- Telepresence is installed to "$env:ProgramFiles\telepresence"
- The Path environment is only updated when there's a need for it
Closes#3827
Signed-off-by: Thomas Hallgren <[email protected]>
Describe the bug
Current install-telepresence.ps1 script adds to the path environment no matter if entries are already there.
To Reproduce
Run install script twice.
Check path environment var.
Expected behavior
Only one entry for telepresence.exe and for sshfs-win.exe
Versions (please complete the following information):
2.21.1
2.22.0
Additional context
This is the fixed script, that in addition is also marked with run as admin prop:
The text was updated successfully, but these errors were encountered: