trooper-cli 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/trooper.js +1 -0
- package/package.json +1 -1
package/bin/trooper.js
CHANGED
|
@@ -109,6 +109,7 @@ function buildLocalMacInstallCommand({ apiUrl }) {
|
|
|
109
109
|
function buildLocalMacUninstallCommand({ keepData = false, removeApp = false } = {}) {
|
|
110
110
|
const labels = LOCAL_MAC_LABELS.map(shellSingleQuote).join(' ');
|
|
111
111
|
return `set -euo pipefail
|
|
112
|
+
export PATH="/opt/homebrew/bin:/usr/local/bin:/Applications/Docker.app/Contents/Resources/bin:$HOME/Applications/Docker.app/Contents/Resources/bin:/usr/bin:/bin:/usr/sbin:/sbin"
|
|
112
113
|
TROOPER_HOME="\${TROOPER_HOME:-$HOME/Library/Application Support/Trooper/runtime}"
|
|
113
114
|
TROOPER_PARENT_DIR="\$(dirname "$TROOPER_HOME")"
|
|
114
115
|
PLIST_DIR="$HOME/Library/LaunchAgents"
|