Update SVR.JS installer
This commit is contained in:
parent
5381106d1f
commit
a38020db6d
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 > /tmp/installer.sh && sudo bash /tmp/installer.sh",
|
||||
command: "curl -fsSL https://downloads.svrjs.org/installer/svr.js.installer.linux.20240506.sh > /tmp/installer.sh && sudo bash /tmp/installer.sh",
|
||||
uaRegex: /\b(?:GNU\/)?Linux\b/gi
|
||||
}
|
||||
];
|
||||
|
|
Reference in a new issue