aboutsummaryrefslogtreecommitdiff
path: root/share/provision/debian/webserver
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-08-02 22:00:07 -0300
committerSilvio Rhatto <rhatto@riseup.net>2024-08-02 22:00:07 -0300
commite730b5fd934032242d218e2c79fffacdb60a19bc (patch)
tree5f15699a61eab339e6b71610dae89e2bb348556c /share/provision/debian/webserver
parentabd90edba632ae6094d21278ccb9949212a196ec (diff)
downloadkvmx-e730b5fd934032242d218e2c79fffacdb60a19bc.tar.gz
kvmx-e730b5fd934032242d218e2c79fffacdb60a19bc.tar.bz2
Fix: minor provisioning corrections
Diffstat (limited to 'share/provision/debian/webserver')
-rwxr-xr-xshare/provision/debian/webserver8
1 files changed, 8 insertions, 0 deletions
diff --git a/share/provision/debian/webserver b/share/provision/debian/webserver
index 650452f..9098007 100755
--- a/share/provision/debian/webserver
+++ b/share/provision/debian/webserver
@@ -18,5 +18,13 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+# Parameters
+DIRNAME="`dirname $0`"
+BASENAME="`basename $0`"
+HOSTNAME="$1"
+DOMAIN="$2"
+MIRROR="$3"
+
+# Run
sudo apt-get update && sudo apt-get upgrade -y && sudo apt-get autoremove -y && sudo apt-get clean
sudo apt-get install -y apache2