Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'letsencrypt-auto-source/pieces/bootstrappers/smartos.sh')
-rw-r--r--letsencrypt-auto-source/pieces/bootstrappers/smartos.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/letsencrypt-auto-source/pieces/bootstrappers/smartos.sh b/letsencrypt-auto-source/pieces/bootstrappers/smartos.sh
index e721c1c0b..ac7c0ed4a 100644
--- a/letsencrypt-auto-source/pieces/bootstrappers/smartos.sh
+++ b/letsencrypt-auto-source/pieces/bootstrappers/smartos.sh
@@ -1,3 +1,7 @@
+# If new packages are installed by BootstrapSmartOS below, this version number
+# must be increased.
+BOOTSTRAP_SMARTOS_VERSION=1
+
BootstrapSmartOS() {
pkgin update
pkgin -y install 'gcc49' 'py27-augeas' 'py27-virtualenv'