diff --git a/panel/getting_started.md b/panel/getting_started.md index cfa2eb37..86ca07aa 100644 --- a/panel/getting_started.md +++ b/panel/getting_started.md @@ -45,7 +45,7 @@ operating system's package manager to determine the correct packages to install. ``` bash # Add "add-apt-repository" command -apt -y install software-properties-common +apt -y install software-properties-common curl # Add additional repositories for PHP, Redis, and MariaDB LC_ALL=C.UTF-8 add-apt-repository -y ppa:ondrej/php @@ -59,7 +59,7 @@ apt update apt-add-repository universe # Install Dependencies -apt -y install php7.2 php7.2-cli php7.2-gd php7.2-mysql php7.2-pdo php7.2-mbstring php7.2-tokenizer php7.2-bcmath php7.2-xml php7.2-fpm php7.2-curl php7.2-zip mariadb-server nginx curl tar unzip git redis-server +apt -y install php7.2 php7.2-cli php7.2-gd php7.2-mysql php7.2-pdo php7.2-mbstring php7.2-tokenizer php7.2-bcmath php7.2-xml php7.2-fpm php7.2-curl php7.2-zip mariadb-server nginx tar unzip git redis-server ``` ### Installing Composer