mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 08:09:10 +02:00
Put every package on its own line
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user