mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-02-14 17:49:53 +00:00
add quick workaround for linux
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user