add quick workaround for linux
authorAJ ONeal <aj@therootcompany.com>
Mon, 4 May 2020 11:54:13 +0000 (11:54 +0000)
committerAJ ONeal <aj@therootcompany.com>
Mon, 4 May 2020 11:54:13 +0000 (11:54 +0000)
macos/macos.bash

index fc49db9c2f68c3a30ebd9bf1aece77f97d5493f6..dd5566b78c74063e423ec76fcbd2e6bea39c188e 100644 (file)
@@ -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