Skip to content

Commit bdef132

Browse files
committed
Update installapache.sh
1 parent c61edfa commit bdef132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/installapache.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/bash
2-
yum -y install httpd > /var/log/installapache.out 2>&1
2+
apt-get install -y apache2 > /var/log/installapache.out 2>&1

0 commit comments

Comments
 (0)