Merge pull request #8 from allburov/patch-1
Some checks failed
Publish Image / build (push) Has been cancelled

Use "bash bootstrap.sh"
This commit is contained in:
Tex
2024-01-22 17:37:54 +08:00
committed by GitHub

View File

@@ -3,7 +3,7 @@
const scriptInstallCommands = [
`wget "${bootstrapLink}"`,
`export SHOKKU_LETSENCRYPT_EMAIL="foo@example.com"`,
`bash install.sh`,
`bash bootstrap.sh`,
];
</script>