diff --git a/install/ghost-install.sh b/install/ghost-install.sh index 8f72e70f..01c1d92e 100644 --- a/install/ghost-install.sh +++ b/install/ghost-install.sh @@ -32,9 +32,13 @@ $STD ufw allow 'Nginx Full' # Configure MySQL msg_info "Configuring MySQL" $STD mysql -u root -e "ALTER USER 'root'@'localhost' IDENTIFIED WITH 'mysql_native_password' BY 'ghost';" -$STD mysql -u root -e "FLUSH PRIVILEGES;" +$STD mysql -u root -p'ghost' -e "FLUSH PRIVILEGES;" msg_ok "Configured MySQL" + +Rules updated (v6) + + # Set up Node.js Repository msg_info "Setting up Node.js Repository" mkdir -p /etc/apt/keyrings