File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ git --version`}
174174
175175 < pre className = "bg-slate-950 p-4 rounded-lg font-mono text-sm overflow-x-auto border border-slate-800 shadow-lg shadow-green-900/10 max-w-[85vw] md:max-w-none" >
176176 < code className = "text-green-300" >
177- /bin/bash -c "$( curl -fsSL https://raw.githubusercontent .com/CodeFXR/Synapxis/refs/heads/Synapxis/ install.sh)"
177+ curl -fsSL https://snx.codefxr .com/install | bash
178178 </ code >
179179 </ pre >
180180
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ export default function GetStarted() {
100100
101101 < div className = "mb-2 text-sm text-slate-400" > Run auto-installer:</ div >
102102 < div className = "bg-slate-950 rounded-lg p-4 border border-slate-800 font-mono text-xs text-white mb-8 overflow-x-auto whitespace-nowrap scrollbar-thin scrollbar-thumb-slate-700" >
103- /bin/bash -c "$( curl -fsSL https://raw.githubusercontent .com/CodeFXR/Synapxis/refs/heads/Synapxis/ install.sh)"
103+ curl -fsSL https://snx.codefxr .com/install | bash
104104 </ div >
105105
106106 < div className = "mt-auto" >
You can’t perform that action at this time.
0 commit comments