pothi / wp-in-a-box

WordPress in a (LEMP) box (Debian & Ubuntu)!
https://www.tinywp.in/wp-in-a-box/
GNU General Public License v2.0
65 stars 11 forks source link

Install wp cli to user home #91

Closed pothi closed 1 year ago

pothi commented 1 year ago

Currently, it is installed as root in /usr/local/bin.

Instead install it at $HOME/bin and make sure the PATH includes this user bin.

pothi commented 1 year ago

Depends on who installs it. Root or normal user.