Files
vps/step/installNginx

6 lines
118 B
Bash

#!/bin/bash
STEP=$((STEP+1))
echo -e "\n> > > > Шаг №$STEP. Устанавливаем Nginx"
apt install nginx