mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update INSTALL.sh
This commit is contained in:
parent
f27ecc9c0f
commit
b2c085f138
@ -45,7 +45,7 @@ NO_SSH=false
|
|||||||
INSTALL_FTP=false
|
INSTALL_FTP=false
|
||||||
INSTALL_MAIL=false
|
INSTALL_MAIL=false
|
||||||
OVERLAY=false
|
OVERLAY=false
|
||||||
IPSETS=false
|
IPSETS=true
|
||||||
SET_HOSTNAME_NOW=false
|
SET_HOSTNAME_NOW=false
|
||||||
|
|
||||||
# Paths
|
# Paths
|
||||||
@ -345,7 +345,7 @@ parse_args() {
|
|||||||
SKIP_PANEL_CHECK=true
|
SKIP_PANEL_CHECK=true
|
||||||
SKIP_REQUIREMENTS=true
|
SKIP_REQUIREMENTS=true
|
||||||
;;
|
;;
|
||||||
--overlay2)
|
--overlay2)
|
||||||
OVERLAY=true
|
OVERLAY=true
|
||||||
;;
|
;;
|
||||||
--skip-firewall)
|
--skip-firewall)
|
||||||
@ -354,6 +354,9 @@ parse_args() {
|
|||||||
--skip-images)
|
--skip-images)
|
||||||
SKIP_IMAGES=true
|
SKIP_IMAGES=true
|
||||||
;;
|
;;
|
||||||
|
--skip-blacklists)
|
||||||
|
IPSETS=false
|
||||||
|
;;
|
||||||
--skip-ssl)
|
--skip-ssl)
|
||||||
SKIP_SSL=true
|
SKIP_SSL=true
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user