Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Masterain98 committed Oct 19, 2023
1 parent 4f65dd3 commit 18227b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from utils import (curl, fail2ban, mysql, nginx, php, phpmyadmin, redis, cacert, acme_sh, nghttp2, postgresql, python,
httpd, apr, imagemagick, openresty, memcached, lua_nginx_module, php_plugins, pip, tengine, xcache,
boost, github, pure_ftpd, htop, misc, freetype, libiconv, bison)
boost, github, pure_ftpd, htop, misc, freetype, libiconv, bison, openssl)
import json
import os

Expand Down Expand Up @@ -30,6 +30,7 @@ def main():
resource_list += tengine.make_cache()
resource_list += xcache.make_cache()
resource_list += boost.make_cache()
resource_list += openssl.make_cache()
resource_list += github.download_repo_by_tag("openresty", "lua-resty-core",
"tar.gz", True)
resource_list += pure_ftpd.make_cache()
Expand Down

0 comments on commit 18227b1

Please sign in to comment.