ASInstaller/examples/creds-sample.json
2022-10-31 14:49:48 +08:00

16 lines
231 B
JSON

{
"!root-password": "<root password>",
"!users": [
{
"username": "<USERNAME>",
"!password": "<PASSWORD>",
"sudo": false
},
{
"username": "<SUDO_USERNAME>",
"!password": "<PASSWORD>",
"sudo": true
}
]
}