mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 00:00:44 +02:00
Survive unsuccessful apt-get update...
This commit is contained in:
committed by
Erik Rose
parent
275d3b4c68
commit
5aa9fe9e7f
@@ -17,7 +17,7 @@ BootstrapDebCommon() {
|
||||
#
|
||||
# - Debian 6.0.10 "squeeze" (x64)
|
||||
|
||||
$SUDO apt-get update
|
||||
$SUDO apt-get update || echo apt-get update hit problems but continuing anyway...
|
||||
|
||||
# virtualenv binary can be found in different packages depending on
|
||||
# distro version (#346)
|
||||
|
||||
Reference in New Issue
Block a user