introduce steps

This commit is contained in:
Михаил Капелько
2025-12-06 07:00:38 +03:00
parent e66f3b779c
commit 335811b267
12 changed files with 62 additions and 7 deletions

5
step/installNginx Normal file
View File

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