Fix PATH for homebrew
This commit is contained in:
parent
324c4ed063
commit
8e8dcf8dd4
2
cbattery
2
cbattery
|
@ -78,7 +78,7 @@ install_visudo_file() {
|
||||||
|
|
||||||
install_launch_daemon() {
|
install_launch_daemon() {
|
||||||
launch_daemon=/Library/LaunchDaemons/cbattery.plist
|
launch_daemon=/Library/LaunchDaemons/cbattery.plist
|
||||||
script_dir="$(dirname "$(realpath "$0")")"
|
script_dir="$(dirname "$(readlink -f "$0")")"
|
||||||
share_plist="$SHARE_DIR/cbattery.plist"
|
share_plist="$SHARE_DIR/cbattery.plist"
|
||||||
if ! grep -q "$script_dir" "$share_plist"; then
|
if ! grep -q "$script_dir" "$share_plist"; then
|
||||||
sed "s:/usr/local/bin:$script_dir:g" "$share_plist" | sudo tee "$share_plist" > /dev/null
|
sed "s:/usr/local/bin:$script_dir:g" "$share_plist" | sudo tee "$share_plist" > /dev/null
|
||||||
|
|
Loading…
Reference in New Issue