From a8fc2d9e56cff6173388d61c2220eeac9f8ae123 Mon Sep 17 00:00:00 2001 From: Dan Bamikiya Date: Tue, 21 Mar 2023 15:10:14 +0000 Subject: [PATCH] fix: allow extension remove agoric command from path --- src/terminal.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/terminal.ts b/src/terminal.ts index 1c3fcbe..738e134 100644 --- a/src/terminal.ts +++ b/src/terminal.ts @@ -156,7 +156,7 @@ export class AgoricTerminal { // remove command from temporary path this.consoleTerminal?.sendText(`rm -rf ~/bin/agoric`) // remove command from permanent path - this.consoleTerminal?.sendText(`rm -rf /usr/local/bin/agoric`) + this.consoleTerminal?.sendText(`sudo rm -rf /usr/local/bin/agoric`) } /* Remove any other related path that may obstruct the setup */