Commit 0a37761f authored by Egor Kremnev's avatar Egor Kremnev

fix scripts

parent 65faa5e5
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
## Установка пхп ## Установка пхп
1. sudo add-apt-repository ppa:ondrej/php 1. sudo add-apt-repository ppa:ondrej/php
2. sudo apt-get update 2. sudo apt-get update
3. sudo apt-get install php8.0 php8.0-curl php8.0-mbstring php-sqlite3 php-xml php8.0-zip php-mbstring php-xml php8.0-fpm 3. sudo apt-get install php8.0 php8.0-curl php8.0-mbstring php-sqlite3 php-xml php8.0-zip php-mbstring php-xml php8.0-fpm php-mysql
## Установка стабильных зависимостей для фронтенда ## Установка стабильных зависимостей для фронтенда
4. sudo apt install nodejs 4. sudo apt install nodejs
......
...@@ -120,5 +120,3 @@ info "# Destroy script" ...@@ -120,5 +120,3 @@ info "# Destroy script"
rm apply-update.sh rm apply-update.sh
success "Update successfully!" success "Update successfully!"
CREATE USER 'demo'@'localhost' IDENTIFIED BY 'root123';
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment