add some steps
This commit is contained in:
5
step/installNginx
Normal file
5
step/installNginx
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
STEP=$((STEP+1))
|
||||
echo -e "\n> > > > Шаг №$STEP. Устанавливаем Nginx"
|
||||
apt install nginx
|
||||
Reference in New Issue
Block a user