mirror of
https://github.com/certbot/certbot.git
synced 2026-08-06 13:32:04 +02:00
Update documentation of tested platforms
This commit is contained in:
+17
-11
@@ -1,16 +1,22 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Tested with:
|
# Current version tested with:
|
||||||
# - Ubuntu:
|
#
|
||||||
# - 12.04 (x64, Travis)
|
# - Ubuntu
|
||||||
# - 14.04 (x64, Vagrant)
|
# - 14.04 (x64)
|
||||||
# - 14.10 (x64)
|
# - 15.04 (x64)
|
||||||
# - Debian:
|
# - Debian
|
||||||
# - 6.0.10 "squeeze" (x64)
|
# - 7.9 "wheezy" (x64)
|
||||||
# - 7.8 "wheezy" (x64)
|
# - sid (2015-10-21) (x64)
|
||||||
# - 8.0 "jessie" (x64)
|
|
||||||
# - Raspbian:
|
# Past versions tested with:
|
||||||
# - 7.8 (armhf)
|
#
|
||||||
|
# - Debian 8.0 "jessie" (x64)
|
||||||
|
# - Raspbian 7.8 (armhf)
|
||||||
|
|
||||||
|
# Believed not to work:
|
||||||
|
#
|
||||||
|
# - Debian 6.0.10 "squeeze" (x64)
|
||||||
|
|
||||||
apt-get update
|
apt-get update
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user