Перезалив репозитория
This commit is contained in:
7
install/700-apache.sh
Executable file
7
install/700-apache.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
. "../src/01-common.sh" || exit 5
|
||||
title "Installing apache2..."
|
||||
|
||||
apti apache2
|
||||
sudo service apache2 restart
|
||||
success "$(apache2 -v)"
|
||||
Reference in New Issue
Block a user