Fix the installation command
This commit is contained in:
parent
e44041cfe5
commit
f9f10fdcac
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
];
|
||||
|
|
Reference in a new issue