oncelikle ubuntu 12.04 surumunu kuruyoruz ve guncelleştirmeleri yapıyoruz.

build dosyamızı http://www.mediafire.com/?7dk435efkzmdwy8 adresinden indiriyoruz ve home/kullanıcı adı dizinine cıkarıyoruz

ardından

Kod:
cd /home
ile ev klasorumuze giriyoruz.
ve

Kod:
chmod 777 /home/kullanıcı adı/build.sh
ile build dosyasına yetki veriyoruz.
daha sonra

Kod:
./kullanıcı adı/build.sh
diyerek işleme başlıyoruz.
unity gibi ubuntu dosyalarını silip elementary os luna dosyalarını yukluyor.

build.sh nin iceriği şoyledir ;

Kod:
read -p "Remove Power indicator? (theming is currently broken) (y/n) " [ "$REPLY" == "n" ] || sudo apt-get remove -y indicator-power read -p "Use elementary lightDM (login) theme? (y/n) " [ "$REPLY" == "n" ] || sudo mv lightdm.conf /etc/lightdm/lightdm.conf sudo apt-get remove -y thunderbird-* firefox-* nautilus libreoffice-* ubuntuone-* rhythmbox-* aisleriot gnomine gcalctool gwibber gnome-games-data ibus rsync rsyslog onboard empathy xdiagnose xterm unity unity-2d-places unity-2d unity-2d-panel unity-2d-spread unity-asset-pool unity-services unity-lens-files unity-lens-music unity-lens-applications gir1.2-unity-4.0 unity-common indicator-appmenu evolution-indicator sudo apt-add-repository -y ppa:elementary-os/daily sudo apt-add-repository -y ppa:midori/midori-dev sudo apt-add-repository -y ppa:nemequ/sqlheavy sudo apt-add-repository -y ppa:ricotz/docky sudo apt-add-repository -y ppa:marlin-devs/marlin-daily sudo apt-get update sudo apt-get -y upgrade sudo apt-get -y dist-upgrade sudo apt-get install -y pantheon-shell pantheon dexter-contacts postler midori lingo beatbox wingpanel plank lightdm-webkit-greeter pantheon-lightdm-theme pantheon-terminal pantheon-xsession-settings contractor slingshot-launcher scratch marlin elementary-theme elementary-icon-theme exe-wrapper ttf-droid footnote maya switchboard plank-theme-pantheon snap feedler switchboard-gnome-control-center preload gsettings set org.gnome.desktop.interface gtk-theme 'elementary' gsettings set org.gnome.desktop.interface icon-theme 'elementary' gconftool-2 --set --type string /apps/metacity/general/theme 'elementary' sudo shutdown -r now
eğer bilgisayarı kendiniz yeniden başlatmak istiyorsanız en alttaki
Kod:
sudo shutdown -r now
kodunu silebilirsiniz.

Kaynak : ubuntu-tr
__________________