mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 19:22:16 +02:00
Automatically install updates in test script (#5394)
This commit is contained in:
committed by
Brad Warren
parent
62ffcf5373
commit
288c4d956c
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Start by making sure your system is up-to-date:
|
# Start by making sure your system is up-to-date:
|
||||||
yum update > /dev/null
|
yum update -y > /dev/null
|
||||||
yum install -y centos-release-scl > /dev/null
|
yum install -y centos-release-scl > /dev/null
|
||||||
yum install -y python27 > /dev/null 2> /dev/null
|
yum install -y python27 > /dev/null 2> /dev/null
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user