Fix the installation command

This commit is contained in:
Dorian Niemiec 2024-04-07 05:39:57 +02:00
parent e44041cfe5
commit f9f10fdcac

View file

@ -11,7 +11,7 @@ function decodeHTML(html) {
var tabs = [
{
name: "GNU/Linux",
command: "curl -fsSL https://downloads.svrjs.org/installer/svr.js.installer.linux.20240405.sh | sudo bash",
command: "curl -fsSL https://downloads.svrjs.org/installer/svr.js.installer.linux.20240405.sh > /tmp/installer.sh && sudo bash /tmp/installer.sh",
uaRegex: /\b(?:GNU\/)?Linux\b/gi
}
];