#!/bin/bash
clear
echo
cd "$(dirname "$0")"
sudo mv -f /System/Library/CoreServices/SystemVersion.plist /System/Library/CoreServices/SystemVersionOriginal.plist
sudo cp -f .Resources/SystemVersion.plist /System/Library/CoreServices
sudo chown root:wheel /System/Library/CoreServices/SystemVersion.plist
osascript -e 'tell application "Finder" to set desktop picture to POSIX file "/Library/Desktop Pictures/Aqua Dark.jpg"'
mv -f 'Use 10.4.11 Version Number (Active).command' Use\ 10.4.11\ Version\ Number.command
mv -f 3.\ Use\ 10.4.12\ Version\ Number.command '3. Use 10.4.12 Version Number (Active).command'
killall Terminal
