Aktualizovat zezidock.py
This commit is contained in:
+1
-1
@@ -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 Let’s 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')
|
||||||
|
|||||||
Reference in New Issue
Block a user