Luke Smith
5 yıl önce
ebeveyn
işleme
46c796ef64
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 4C50B54A911F6252
1 değiştirilmiş dosya ile
1 ekleme ve
1 silme
-
bin/mw
|
|
@@ -7,7 +7,7 @@ command -V gpg >/dev/null 2>&1 && GPG="gpg" || GPG="gpg2" |
|
|
|
} |
|
|
|
! command -v mbsync >/dev/null && printf "\`mbsync\` must be installed to run mutt-wizard.\\n" && exit |
|
|
|
|
|
|
|
if [[ "$OSTYPE" == "darwin"* ]]; then |
|
|
|
if [ "$OSTYPE" = "darwin" ]; then |
|
|
|
prefix="/usr/local" |
|
|
|
else |
|
|
|
prefix="/usr" |
|
|
|