From b4c298b681c000abea2cf49d6915b7d06aaae6de Mon Sep 17 00:00:00 2001 From: Claire Date: Sun, 18 Sep 2022 21:20:11 +0000 Subject: [PATCH] added xserve icon option --- bsodfix.command | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bsodfix.command b/bsodfix.command index 1726ef0..c60db70 100644 --- a/bsodfix.command +++ b/bsodfix.command @@ -1,5 +1,11 @@ cd /System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/ sudo mv public.generic-pc.icns public.generic-pc_lame.icns + +# use this if you want a generic LCD/AIO icon sudo cp com.apple.mac.icns public.generic-pc.icns + +# use this if you want an xserve server icon +sudo cp com.apple.xserve.icns public.generic-pc.icns + echo "script complete." exit \ No newline at end of file