mirror of
https://github.com/certbot/certbot.git
synced 2026-06-13 18:50:20 -04:00
Fixed typo in script name when trying to boostrap for manjaro
This commit is contained in:
parent
c8efa0acb8
commit
05b95b9166
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ then
|
|||
echo "Bootstrapping dependencies for Archlinux..."
|
||||
$SUDO $BOOTSTRAP/archlinux.sh
|
||||
elif [ -f /etc/manjaro-release ] ; then
|
||||
ExperimentalBootstrap "Manjaro Linux" majaro.sh "$SUDO"
|
||||
ExperimentalBootstrap "Manjaro Linux" manjaro.sh "$SUDO"
|
||||
elif [ -f /etc/gentoo-release ] ; then
|
||||
ExperimentalBootstrap "Gentoo" _gentoo_common.sh "$SUDO"
|
||||
elif uname | grep -iq FreeBSD ; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue