fixed install problem on mac OS
This commit is contained in:
parent
fb288bfdbc
commit
0c71b83fa5
|
@ -212,7 +212,10 @@ find /opt/goldilocks -type d -exec $sudo_cmd chmod ug+s {} \;
|
||||||
# Uninstall
|
# Uninstall
|
||||||
dap_dl "https://git.daplie.com/Daplie/goldilocks.js/raw/master/uninstall.sh" "./goldilocks-uninstall"
|
dap_dl "https://git.daplie.com/Daplie/goldilocks.js/raw/master/uninstall.sh" "./goldilocks-uninstall"
|
||||||
$sudo_cmd chmod 755 "./goldilocks-uninstall"
|
$sudo_cmd chmod 755 "./goldilocks-uninstall"
|
||||||
$sudo_cmd chown root:root "./goldilocks-uninstall"
|
# OS X
|
||||||
|
$sudo_cmd chown root:wheel "./goldilocks-uninstall" || true
|
||||||
|
# Linux
|
||||||
|
$sudo_cmd chown root:root "./goldilocks-uninstall" || true
|
||||||
$sudo_cmd mv "./goldilocks-uninstall" "/usr/local/bin/uninstall-goldilocks"
|
$sudo_cmd mv "./goldilocks-uninstall" "/usr/local/bin/uninstall-goldilocks"
|
||||||
|
|
||||||
# Install Service
|
# Install Service
|
||||||
|
|
Loading…
Reference in New Issue