Update SVR.JS installer

This commit is contained in:
Dorian Niemiec 2024-05-06 13:05:33 +02:00
parent 5381106d1f
commit a38020db6d

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 > /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
}
];