Use "bash bootstrap.sh"

This commit is contained in:
Alex
2024-01-18 15:21:01 +07:00
committed by GitHub
parent ec8f853c84
commit 42d6985dab

View File

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