fix image, format bootstrap

This commit is contained in:
texm
2023-05-13 13:29:32 +08:00
parent ebc969a351
commit 0d5b289a2c
3 changed files with 29 additions and 27 deletions

View File

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