We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 872c055 commit 77deb46Copy full SHA for 77deb46
install_ols
@@ -1 +1,8 @@
1
+#!/bin/bash
2
3
+echo -e "\n\nUpdating Apt Packages and upgrading latest patches..\n"
4
+apt-get update -y && sudo apt-get upgrade -y
5
+
6
+echo -e "\n\nInstalling OLS\n"
7
+wget -O - http://rpms.litespeedtech.com/debian/enable_lst_debian_repo.sh | bash
8
+apt-get install openlitespeed mariadb-server -y
0 commit comments