mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 08:12:15 -04:00
Put every package on its own line
This commit is contained in:
parent
02053892d1
commit
eca5e7ae27
2 changed files with 4 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
PACKAGES="dev-lang/python:2.7
|
||||
PACKAGES="
|
||||
dev-lang/python:2.7
|
||||
dev-python/virtualenv
|
||||
dev-util/dialog
|
||||
app-admin/augeas
|
||||
|
|
|
|||
|
|
@ -2,7 +2,8 @@
|
|||
|
||||
# SLE12 don't have python-virtualenv
|
||||
|
||||
zypper -nq in -l python \
|
||||
zypper -nq in -l \
|
||||
python \
|
||||
python-devel \
|
||||
python-virtualenv \
|
||||
gcc \
|
||||
|
|
|
|||
Loading…
Reference in a new issue