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:
Ivan Razin
2026-07-17 08:45:56 +03:00
co-authored by Claude Fable 5
parent 53c1ea88d4
commit eaf1a53d2a
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ FAKE_SITE_COUNT=50
domain=""
reality_domain=""
UNINSTALL="x"
INSTALL="n"
INSTALL="y"
AUTODOMAIN="n"
CFALLOW="n"