mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 20:20:49 +00:00
Update commands for ultimate
This commit is contained in:
parent
a016483057
commit
7218d778cf
2 changed files with 27 additions and 21 deletions
|
|
@ -13,7 +13,7 @@ export async function installOnMacOS() {
|
|||
if (!isRunningAsRoot()) {
|
||||
ui.writeError("Root privileges required.");
|
||||
ui.writeInformation("Please run this command with sudo:");
|
||||
ui.writeInformation(" sudo safe-chain --ultimate");
|
||||
ui.writeInformation(" sudo safe-chain ultimate");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
@ -59,7 +59,7 @@ export async function uninstallOnMacOS() {
|
|||
if (!isRunningAsRoot()) {
|
||||
ui.writeError("Root privileges required.");
|
||||
ui.writeInformation("Please run this command with sudo:");
|
||||
ui.writeInformation(" sudo safe-chain --uninstall-ultimate");
|
||||
ui.writeInformation(" sudo safe-chain ultimate uninstall");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue