dos2unix added properly in prep feisty
authorChris Koeritz <fred@gruntose.com>
Sat, 2 Dec 2023 11:37:31 +0000 (06:37 -0500)
committerChris Koeritz <fred@gruntose.com>
Sat, 2 Dec 2023 11:37:31 +0000 (06:37 -0500)
scripts/core/prep_feisty_host.sh

index 29e4f3b07eaf061b111b0d0e05d4347104acd44e..634b70171972320ee39ccca8c87332ed1bb3d33d 100644 (file)
@@ -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[@]}"