aboutsummaryrefslogtreecommitdiff
path: root/scripts/patcher/install.js
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/patcher/install.js')
-rw-r--r--scripts/patcher/install.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/patcher/install.js b/scripts/patcher/install.js
index 4ef55bc..f423ce9 100644
--- a/scripts/patcher/install.js
+++ b/scripts/patcher/install.js
@@ -56,7 +56,7 @@ async function install(installations) {
console.log("Failed to give write perms to Discord Flatpak.");
console.log(
"Try running this script as an administrator:",
- "sudo pnpm run patch"
+ "sudo pnpm inject"
);
process.exit(1);
}
@@ -71,7 +71,7 @@ async function install(installations) {
console.error("No write access to", selected.location);
console.error(
"Try running this script as an administrator:",
- "sudo pnpm run patch"
+ "sudo pnpm inject"
);
process.exit(1);
}