We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c61edfa commit bdef132Copy full SHA for bdef132
scripts/installapache.sh
@@ -1,2 +1,2 @@
1
#!/bin/bash
2
-yum -y install httpd > /var/log/installapache.out 2>&1
+apt-get install -y apache2 > /var/log/installapache.out 2>&1
0 commit comments