replace cat with Get-Content
This commit is contained in:
parent
60ea35f486
commit
fb4f95c2b7
@ -1,2 +1,2 @@
|
||||
mkdir -p ~/.ssh
|
||||
cat ./ssh/key.pub >> ~/.ssh/authorized_keys
|
||||
Get-Content ./ssh/key.pub >> ~/.ssh/authorized_keys
|
Loading…
Reference in New Issue
Block a user