mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 06:15:36 -04:00
Testing using image: 088b97b0-e1a1-11e5-b895-9baa2086eb33
base-64-lts 15.4.1
Signed-off-by: Gregory L. Dietsche <Gregory.Dietsche@cuw.edu>
4 lines
97 B
Bash
4 lines
97 B
Bash
BootstrapSmartOS() {
|
|
pkgin update
|
|
pkgin -y install 'gcc49' 'py27-augeas' 'py27-virtualenv'
|
|
}
|