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