From e346f8828d0af3a3c567e229ed8f84f18da630a8 Mon Sep 17 00:00:00 2001 From: Miquel Lionel Date: Wed, 18 Nov 2020 21:55:50 +0100 Subject: More error checking in regards to package managers. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 1b7e3bb..e7291cd 100755 --- a/install.sh +++ b/install.sh @@ -122,7 +122,7 @@ setup_gpigeon() { sed "s/gpgid_goes_here/$gpgidlong/g" -i $SCRIPT if [ $HAS_MAILSERVER -eq 1 ]; then sed "s/HAS_MAILSERVER=0/HAS_MAILSERVER=1/g" $SCRIPT - cpamn Mail::Sendmail + cpamn Mail::Sendmail || ( printf "\nInstallation of Mail::Sendmail failed\n" && self_abort ) fi printf "\nCreating static files directory at $ROOT_DIR" -- cgit v1.2.3-70-g09d2