diff --git a/install.xsh b/install.xsh index 04689b8..e73daa3 100644 --- a/install.xsh +++ b/install.xsh @@ -13,7 +13,6 @@ with Path("service.service").open("r") as fp: text = fp.read() text = text.replace("$user$", user) text = text.replace("$root$", str(root)) - text = text.replace("$ram$", str(ram)) $(cp service.service @(user).service) with Path(f"{user}.service").open("w+") as fp: fp.write(text)