fix bootstrap link in docs

This commit is contained in:
Tex
2023-05-23 08:54:12 +08:00
committed by GitHub
parent 0d5b289a2c
commit 2b3f67ae33

View File

@@ -1,5 +1,5 @@
<script> <script>
const bootstrapLink = "https://shokku.dev/install.sh"; const bootstrapLink = "https://shokku.dev/bootstrap.sh";
const scriptInstallCommands = [ const scriptInstallCommands = [
`wget "${bootstrapLink}"`, `wget "${bootstrapLink}"`,
`export SHOKKU_LETSENCRYPT_EMAIL="foo@example.com"`, `export SHOKKU_LETSENCRYPT_EMAIL="foo@example.com"`,