woops instructions were wrong

Former-commit-id: 0ae359bf5cdad6256da2812034d8e0a85213f4ea
This commit is contained in:
Daniel Løvbrøtte Olsen 2020-04-20 20:15:49 +02:00
parent bba6e6926f
commit 45a1b1b58c

View File

@ -30,7 +30,7 @@ struct SharedState {
fn index() -> String { fn index() -> String {
format!("Wecome to the AV1Master Server version {version}\n format!("Wecome to the AV1Master Server version {version}\n
This currently requires a distro with CAP_SYS_USER_NS enabled and correct permissions This currently requires a distro with CAP_SYS_USER_NS enabled and correct permissions
curl -L {baseurl}/client.sh > client.sh && chmod +x ./av1client && ./av1client {baseurl}", version=VERSION, baseurl="https://av1.dodsorf.as") curl -L {baseurl}/av1client > av1client && chmod +x ./av1client && ./av1client {baseurl}", version=VERSION, baseurl="https://av1.dodsorf.as")
} }
#[get("/version")] #[get("/version")]