File: webserver_install.sh

package info (click to toggle)
python-tosca-parser 2.12.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,908 kB
  • sloc: python: 11,099; sh: 144; makefile: 26
file content (5 lines) | stat: -rwxr-xr-x 92 bytes parent folder | download | duplicates (10)
1
2
3
4
5
#!/bin/sh
#This script installs apache web server

apt-get update
apt-get install -y apache2