Browse Source

added xserve icon option

master
Claire 2 years ago
parent
commit
b4c298b681
  1. 6
      bsodfix.command

6
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
Loading…
Cancel
Save