From 604986dfc63666e3dbe9e53c062742b765205a9b Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 4 May 2020 11:54:13 +0000 Subject: [PATCH] add quick workaround for linux --- macos/macos.bash | 3 +++ 1 file changed, 3 insertions(+) diff --git a/macos/macos.bash b/macos/macos.bash index fc49db9..dd5566b 100644 --- a/macos/macos.bash +++ b/macos/macos.bash @@ -23,7 +23,10 @@ if [ "Darwin" == "$(uname -s)" ]; then bash create-bootable-installer-for-os-x-el-capitan.sh else curl -fsSL 'https://gist.githubusercontent.com/solderjs/9834a45a6c21a41e8882698a00b55787/raw/c43061cd0c53ec675996f5cb66c7077e666aabd4/install-mac-tools.sh' -o install-mac-tools.sh + # TODO add xar to webinstall.dev + sudo apt install libz-dev # needed for xar bash install-mac-tools.sh + echo "WARN: may need a restart for hfsplus to be recognized by the kernel" curl -fsSL 'https://gist.github.com/solderjs/04fd06560a8465a695337eb502f5b0e9/raw/0a06fb4dce91399d374d9a12958dabb48a9bd42a/empty.7400m.img.bz2' -o empty.7400m.img.bz2 -- 2.25.1