fix bootstrap link in docs
This commit is contained in:
@@ -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"`,
|
||||||
|
|||||||
Reference in New Issue
Block a user