diff --git a/src/script.sh b/src/script.sh index 3d0c361d..2c1f6b0b 100644 --- a/src/script.sh +++ b/src/script.sh @@ -18,6 +18,13 @@ if [ -z "$(grep --help | grep 'GNU')" ]; then fi +## Fallback to busybox dos2unix +if ! command -v dos2unix &> /dev/null +then + alias dos2unix="busybox dos2unix" +fi + + ## Create a temporary working folder mkdir -p "tmp/" cd "tmp/"