use static.pangolin.net

This commit is contained in:
miloschwartz
2025-12-08 10:23:11 -05:00
parent 24cdac95cd
commit 37830d211d
2 changed files with 2 additions and 2 deletions

View File

@@ -136,7 +136,7 @@ export default function Page() {
All: [
{
title: t("install"),
command: `curl -fsSL https://pangolin.net/get-olm.sh | bash`
command: `curl -fsSL https://static.pangolin.net/get-olm.sh | bash`
},
{
title: t("run"),

View File

@@ -233,7 +233,7 @@ export default function Page() {
All: [
{
title: t("install"),
command: `curl -fsSL https://pangolin.net/get-newt.sh | bash`
command: `curl -fsSL https://static.pangolin.net/get-newt.sh | bash`
},
{
title: t("run"),