X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=webi%2Fbootstrap.bash;h=a96208581610908612ef85a5dd95325d126ea1e2;hb=04684bab21f6fa7be3404d0cf93fdd2af2ec564f;hp=6c379a15561a89425e3e837dd0b7afd725112224;hpb=3c08ddc94be85d5dae0d4c40614812ee307eb545;p=webi-installers%2F.git diff --git a/webi/bootstrap.bash b/webi/bootstrap.bash index 6c379a1..a962085 100644 --- a/webi/bootstrap.bash +++ b/webi/bootstrap.bash @@ -38,10 +38,11 @@ fi if [ -n "\$(command -v pkgutil)" ]; then my_ext="pkg,\$my_ext" fi -if [ -n "\$(command -v diskutil)" ]; then +# disable this check for the sake of building the macOS installer on Linux +#if [ -n "\$(command -v diskutil)" ]; then # note: could also detect via hdiutil my_ext="dmg,\$my_ext" -fi +#fi my_ext="\$(echo "\$my_ext" | sed 's/,$//')" # nix trailing comma set -e