Update index.tsx

This commit is contained in:
Stefan Pejcic 2024-08-18 18:52:40 +02:00 committed by GitHub
parent 39d3d187c4
commit bc07fdaff4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -65,7 +65,7 @@ const Install: React.FC = () => {
}; };
const generateInstallCommand = () => { const generateInstallCommand = () => {
let command = "bash <(curl -sSL https://get.openpanel.co/)"; let command = "bash <(curl -sSL https://openpanel.org)";
for (const [option, config] of Object.entries(installOptions)) { for (const [option, config] of Object.entries(installOptions)) {
if (option !== "version" || (option === "version" && config.value !== latestVersion)) { if (option !== "version" || (option === "version" && config.value !== latestVersion)) {
if (config.value || ["version", "hostname", "email", "screenshots", "post-install"].includes(option)) { if (config.value || ["version", "hostname", "email", "screenshots", "post-install"].includes(option)) {