chore: Switch from addgroup to adduser (#2688)
This commit is contained in:
parent
ecdf977de7
commit
4d45ac3bfc
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ adduser --disabled-login --gecos "" chatwoot
|
|||
gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
|
||||
gpg2 --keyserver hkp://keyserver.ubuntu.com --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
|
||||
curl -sSL https://get.rvm.io | bash -s stable
|
||||
addgroup chatwoot rvm
|
||||
adduser chatwoot rvm
|
||||
|
||||
pg_pass=$(head /dev/urandom | tr -dc A-Za-z0-9 | head -c 15 ; echo '')
|
||||
sudo -i -u postgres psql << EOF
|
||||
|
|
Loading…
Reference in a new issue