X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Fprep_feisty_host.sh;h=634b70171972320ee39ccca8c87332ed1bb3d33d;hb=e850f273e57ab61dacccfe3cafa4dc3bcd24f09d;hp=29e4f3b07eaf061b111b0d0e05d4347104acd44e;hpb=83f4dcfb4d75d706530a150647af7ac8fb33e2cf;p=feisty_meow.git diff --git a/scripts/core/prep_feisty_host.sh b/scripts/core/prep_feisty_host.sh index 29e4f3b0..634b7017 100644 --- a/scripts/core/prep_feisty_host.sh +++ b/scripts/core/prep_feisty_host.sh @@ -203,7 +203,7 @@ if [ "$opsystem_here" == "debianesque" ]; then elif [ "$opsystem_here" == "redhatty" ]; then PAX=(perl-Env perl-File-Which perl-Text-Diff) elif [ "$opsystem_here" == "macos" ]; then - PAX=(dos2unix openssl) + PAX=(openssl) elif [ "$opsystem_here" == "windoze" ]; then PAX=(perl-File-Which perl-Text-Diff) fi @@ -237,13 +237,13 @@ exit_on_error $PHASE_MESSAGE PHASE_MESSAGE="installing additional helper packages" if [ "$opsystem_here" == "debianesque" ]; then - PAX=(screen python3 python3-pip xserver-xorg xorg-docs) + PAX=(screen python3 python3-pip xserver-xorg xorg-docs dos2unix) elif [ "$opsystem_here" == "redhatty" ]; then - PAX=(screen python3 python3-pip xserver-xorg xorg-docs) + PAX=(screen python3 python3-pip xserver-xorg xorg-docs dos2unix) elif [ "$opsystem_here" == "macos" ]; then - PAX=(screen python3 xquartz linuxbrew/xorg/xorg-docs) + PAX=(screen python3 xquartz linuxbrew/xorg/xorg-docs dos2unix) elif [ "$opsystem_here" == "windoze" ]; then - PAX=(screen python3 python3-pip xserver-xorg xorg-docs) + PAX=(screen python3 python3-pip xserver-xorg xorg-docs dos2unix) fi install_system_package "${PAX[@]}"