installLinuxPlayerScript
GET
/install.sh
const url = 'https://example.com/install.sh';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://example.com/install.shPublic, rate-limited Linux Player provisioning script with this server’s URL embedded.
Responses
Section titled “ Responses ”Shell installer