diff --git a/src/main.rs b/src/main.rs index 9c6d405..35c5989 100644 --- a/src/main.rs +++ b/src/main.rs @@ -30,7 +30,7 @@ struct SharedState { fn index() -> String { format!("Wecome to the AV1Master Server version {version}\n 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")]