Update script URL to deploy from CDN
This commit is contained in:
@@ -25,7 +25,7 @@ export const ManualInstallTab: React.FC<ManualInstallTabProps> = ({
|
|||||||
onDialogClose,
|
onDialogClose,
|
||||||
}) => {
|
}) => {
|
||||||
const getManualInstallSteps = () => {
|
const getManualInstallSteps = () => {
|
||||||
const scriptUrl = "https://raw.githubusercontent.com/operacle/checkcle/refs/heads/main/scripts/server-agent.sh";
|
const scriptUrl = "https://cdn.checkcle.io/scripts/server-agent.sh";
|
||||||
|
|
||||||
return [
|
return [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ export const OneClickInstallTab: React.FC<OneClickInstallTabProps> = ({
|
|||||||
onDialogClose,
|
onDialogClose,
|
||||||
}) => {
|
}) => {
|
||||||
const getOneClickInstallCommand = () => {
|
const getOneClickInstallCommand = () => {
|
||||||
const scriptUrl = "https://raw.githubusercontent.com/operacle/checkcle/refs/heads/main/scripts/server-agent.sh";
|
const scriptUrl = "https://cdn.checkcle.io/scripts/server-agent.sh";
|
||||||
|
|
||||||
return `curl -L -o server-agent.sh "${scriptUrl}"
|
return `curl -L -o server-agent.sh "${scriptUrl}"
|
||||||
chmod +x server-agent.sh
|
chmod +x server-agent.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user