mirror of
https://git.launchpad.net/~vhaudiquet/+git/flutter-artifacts-proxy
synced 2026-09-21 16:36:03 +00:00
fix: unpin nginx
This commit is contained in:
@@ -54,7 +54,7 @@ http {{
|
|||||||
def install() -> None:
|
def install() -> None:
|
||||||
"""Install nginx apt package."""
|
"""Install nginx apt package."""
|
||||||
apt.update()
|
apt.update()
|
||||||
apt.add_package("nginx", "1.18.0-6ubuntu14.8")
|
apt.add_package("nginx")
|
||||||
subprocess.check_output(["service", "nginx", "stop"])
|
subprocess.check_output(["service", "nginx", "stop"])
|
||||||
os.remove("/etc/nginx/nginx.conf")
|
os.remove("/etc/nginx/nginx.conf")
|
||||||
os.unlink("/etc/nginx/sites-enabled/default")
|
os.unlink("/etc/nginx/sites-enabled/default")
|
||||||
|
|||||||
Reference in New Issue
Block a user