feat(installer): default -install to y
Running without parameters previously skipped package install and failed at certbot on a clean server. Packages now install by default; use -install n to skip. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Fable 5
parent
53c1ea88d4
commit
eaf1a53d2a
+1
-1
@@ -58,7 +58,7 @@ FAKE_SITE_COUNT=50
|
||||
domain=""
|
||||
reality_domain=""
|
||||
UNINSTALL="x"
|
||||
INSTALL="n"
|
||||
INSTALL="y"
|
||||
AUTODOMAIN="n"
|
||||
CFALLOW="n"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user