Корректировка apache2
This commit is contained in:
parent
924e02d9d9
commit
53681a2e66
@ -1,7 +1,10 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
. "../src/01-common.sh" || exit 5
|
echo
|
||||||
title "Installing apache2..."
|
echo "==============================================="
|
||||||
|
echo "Installing apache2..."
|
||||||
|
echo "==============================================="
|
||||||
|
echo
|
||||||
|
|
||||||
apti apache2
|
sudo apt install -y --autoremove apache2
|
||||||
sudo service apache2 restart
|
sudo service apache2 restart
|
||||||
success "$(apache2 -v)"
|
apache2 -v
|
||||||
|
Loading…
Reference in New Issue
Block a user