Skip to content

Commit 77deb46

Browse files
authoredMay 28, 2022
updates
1 parent 872c055 commit 77deb46

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎install_ols

+7
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1+
#!/bin/bash
12

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

Comments
 (0)
Please sign in to comment.