mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 08:03:10 +02:00
Fixed typo in script name when trying to boostrap for manjaro
This commit is contained in:
+1
-1
@@ -86,7 +86,7 @@ then
|
|||||||
echo "Bootstrapping dependencies for Archlinux..."
|
echo "Bootstrapping dependencies for Archlinux..."
|
||||||
$SUDO $BOOTSTRAP/archlinux.sh
|
$SUDO $BOOTSTRAP/archlinux.sh
|
||||||
elif [ -f /etc/manjaro-release ] ; then
|
elif [ -f /etc/manjaro-release ] ; then
|
||||||
ExperimentalBootstrap "Manjaro Linux" majaro.sh "$SUDO"
|
ExperimentalBootstrap "Manjaro Linux" manjaro.sh "$SUDO"
|
||||||
elif [ -f /etc/gentoo-release ] ; then
|
elif [ -f /etc/gentoo-release ] ; then
|
||||||
ExperimentalBootstrap "Gentoo" _gentoo_common.sh "$SUDO"
|
ExperimentalBootstrap "Gentoo" _gentoo_common.sh "$SUDO"
|
||||||
elif uname | grep -iq FreeBSD ; then
|
elif uname | grep -iq FreeBSD ; then
|
||||||
|
|||||||
Reference in New Issue
Block a user