#!/bin/bash
yum update -y
yum install -y httpd
chkconfig httpd on
service httpd start


cd /var/www/html/

<html>
 <h1> Hello world Lektori !!!!!!</h1>
</html>