Skip to content

Commit

Permalink
update plctl messages
Browse files Browse the repository at this point in the history
devins comprehension skills
  • Loading branch information
Seshpenguin committed Nov 17, 2023
1 parent bcc2d27 commit 2418efd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cli-src/pl2/updater/updatercli.ts
Expand Up @@ -96,7 +96,8 @@ export async function registerPL2Commands(program: Command) {
console.log("Invalid state. Must be on or off.");
return;
}
console.log("Done! Reboot your device to apply the changes.")
console.log("Done!")
console.log("Changes to the root will only be persisted after a reboot. Please reboot now!")
});
program.command('reset-writable')
.description('Reset the writable overlay')
Expand All @@ -114,7 +115,7 @@ export async function registerPL2Commands(program: Command) {
console.log("Invalid state. Must be on or off.");
return;
}
console.log("Done! Reboot your device to apply the changes.")
console.log("Done! Please reboot now.");
});
}
// sudo zsync http://espi.sineware.ca/repo/prolinux/mobile/dev/arm64/prolinux-root-mobile-dev.squish.zsync -o ~/prolinux_b.squish

0 comments on commit 2418efd

Please sign in to comment.