removed unneeded sudo command
This commit is contained in:
parent
75f0232503
commit
ba5c651406
|
@ -47,7 +47,7 @@ service mysql-server start 2>/dev/null
|
||||||
cd /tmp
|
cd /tmp
|
||||||
curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
|
curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
|
||||||
chmod +x wp-cli.phar
|
chmod +x wp-cli.phar
|
||||||
sudo mv wp-cli.phar /usr/local/bin/wp
|
mv wp-cli.phar /usr/local/bin/wp
|
||||||
|
|
||||||
#https://docs.nextcloud.com/server/13/admin_manual/installation/installation_wizard.html do not use the same name for user and db
|
#https://docs.nextcloud.com/server/13/admin_manual/installation/installation_wizard.html do not use the same name for user and db
|
||||||
USER="dbadmin"
|
USER="dbadmin"
|
||||||
|
|
Loading…
Reference in New Issue