X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Fprep_feisty_host.sh;h=634b70171972320ee39ccca8c87332ed1bb3d33d;hb=09674294ea2ebcf0e4132200db9e081ebfd13cf5;hp=d388ef72d7a889a68ed45f47d4c85842c9c28ee7;hpb=f30dbbc4e2cdce8d8dc4821401a554206a9ddf6b;p=feisty_meow.git diff --git a/scripts/core/prep_feisty_host.sh b/scripts/core/prep_feisty_host.sh index d388ef72..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 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[@]}"