mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 00:22:04 +02:00
Merge pull request #1526 from felixonmars/letsencrypt-auto-pacman
letsencrypt-auto: Add instructions to use pacman on Arch
This commit is contained in:
@@ -126,8 +126,17 @@ then
|
|||||||
echo "Bootstrapping dependencies for openSUSE-based OSes..."
|
echo "Bootstrapping dependencies for openSUSE-based OSes..."
|
||||||
$SUDO $BOOTSTRAP/_suse_common.sh
|
$SUDO $BOOTSTRAP/_suse_common.sh
|
||||||
elif [ -f /etc/arch-release ] ; then
|
elif [ -f /etc/arch-release ] ; then
|
||||||
|
if [ "$DEBUG" = 1 ] ; then
|
||||||
echo "Bootstrapping dependencies for Archlinux..."
|
echo "Bootstrapping dependencies for Archlinux..."
|
||||||
$SUDO $BOOTSTRAP/archlinux.sh
|
$SUDO $BOOTSTRAP/archlinux.sh
|
||||||
|
else
|
||||||
|
echo "Please use pacman to install letsencrypt packages:"
|
||||||
|
echo "# pacman -S letsencrypt letsencrypt-apache"
|
||||||
|
echo
|
||||||
|
echo "If you would like to use the virtualenv way, please run the script again with the"
|
||||||
|
echo "--debug flag."
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
elif [ -f /etc/manjaro-release ] ; then
|
elif [ -f /etc/manjaro-release ] ; then
|
||||||
ExperimentalBootstrap "Manjaro Linux" manjaro.sh "$SUDO"
|
ExperimentalBootstrap "Manjaro Linux" manjaro.sh "$SUDO"
|
||||||
elif [ -f /etc/gentoo-release ] ; then
|
elif [ -f /etc/gentoo-release ] ; then
|
||||||
|
|||||||
Reference in New Issue
Block a user