mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 14:26:10 -04:00
Automatically install updates in test script
This commit is contained in:
parent
e02adec26b
commit
7764c58908
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
# 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 python27 > /dev/null 2> /dev/null
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue