replace cat with Get-Content

This commit is contained in:
Laurent Le Houerou 2021-09-02 12:52:36 +04:00
parent 60ea35f486
commit fb4f95c2b7

View File

@ -1,2 +1,2 @@
mkdir -p ~/.ssh
cat ./ssh/key.pub >> ~/.ssh/authorized_keys
Get-Content ./ssh/key.pub >> ~/.ssh/authorized_keys