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