Aktualizovat zezidock.py

This commit is contained in:
2026-07-09 20:37:48 +00:00
parent c3db72ea43
commit 1acd1b01f7
+1 -1
View File
@@ -60,7 +60,7 @@ def main():
uinput = input("Docker installed! Do you want to install some containers? [Y/N]: ") uinput = input("Docker installed! Do you want to install some containers? [Y/N]: ")
if uinput.lower() == "y": if uinput.lower() == "y":
print("Caddy is an open-source web server that automatically manages HTTPS with Lets Encrypt and makes it easy to configure sites using simple, human-friendly syntax.") print("Caddy is an open-source web server that automatically manages HTTPS with Let's Encrypt and makes it easy to configure sites using simple, human-friendly syntax.")
uinput = input("Do you want to install Caddy? [Y/N]: ") uinput = input("Do you want to install Caddy? [Y/N]: ")
if uinput.lower() == "y": if uinput.lower() == "y":
service_install('caddy') service_install('caddy')