removed unneeded sudo command

This commit is contained in:
Ken Johnson 2020-11-02 15:18:55 -08:00
parent 75f0232503
commit ba5c651406
1 changed files with 1 additions and 1 deletions

View File

@ -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"