Revert "Add OpenSSH license overwrite script"
This reverts commit 2b3e836c47.
This commit is contained in:
@@ -1,9 +0,0 @@
|
|||||||
# OpenSSH License Overwrite Script
|
|
||||||
|
|
||||||
The repository root contains `.\overwrite_openssh_license.ps1`.
|
|
||||||
|
|
||||||
The script overwrites `C:\Windows\System32\OpenSSH\LICENSE.txt` with:
|
|
||||||
|
|
||||||
```text
|
|
||||||
hello world
|
|
||||||
```
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
$targetPath = 'C:\Windows\System32\OpenSSH\LICENSE.txt'
|
|
||||||
|
|
||||||
Set-Content -Path $targetPath -Value 'hello world'
|
|
||||||
Reference in New Issue
Block a user