mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
Cleanup manifest formatting
This commit is contained in:
parent
d8f0815ab6
commit
3d5ecfd134
18
openssh.json
18
openssh.json
@ -41,16 +41,28 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": [
|
"bin": [
|
||||||
[ "usr/bin/sh.exe", "findssl.sh", "$dir/usr/bin/findssl.sh" ],
|
[
|
||||||
|
"usr/bin/sh.exe",
|
||||||
|
"findssl.sh",
|
||||||
|
"$dir/usr/bin/findssl.sh"
|
||||||
|
],
|
||||||
"usr/bin/scp.exe",
|
"usr/bin/scp.exe",
|
||||||
"usr/bin/sftp.exe",
|
"usr/bin/sftp.exe",
|
||||||
"usr/bin/ssh.exe",
|
"usr/bin/ssh.exe",
|
||||||
"usr/bin/ssh-add.exe",
|
"usr/bin/ssh-add.exe",
|
||||||
"usr/bin/ssh-agent.exe",
|
"usr/bin/ssh-agent.exe",
|
||||||
[ "usr/bin/sh.exe", "ssh-copy-id", "$dir/usr/bin/ssh-copy-id" ],
|
[
|
||||||
|
"usr/bin/sh.exe",
|
||||||
|
"ssh-copy-id",
|
||||||
|
"$dir/usr/bin/ssh-copy-id"
|
||||||
|
],
|
||||||
"usr/bin/ssh-keygen.exe",
|
"usr/bin/ssh-keygen.exe",
|
||||||
"usr/bin/ssh-keyscan.exe",
|
"usr/bin/ssh-keyscan.exe",
|
||||||
"usr/bin/sshd.exe"
|
"usr/bin/sshd.exe"
|
||||||
],
|
],
|
||||||
"pre_install": [ "mkdir $dir/tmp", "mkdir $dir/home", "cmd /c mklink /j $dir\\home\\%USERNAME% %USERPROFILE%" ]
|
"pre_install": [
|
||||||
|
"mkdir $dir/tmp",
|
||||||
|
"mkdir $dir/home",
|
||||||
|
"cmd /c mklink /j $dir\\home\\%USERNAME% %USERPROFILE%"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user