Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Ubuntu 10.04/10.10/11.04/11.10
- download themes here: http://dl.dropbox.com/u/32531779/Paw-OSX.tar.gz
- extract archives .. .
- open Terminal,..
- echo "Installing Plymouth theme..."
- sudo cp -r plymouth/Paw-Ubuntu/ /lib/plymouth/themes/
- sudo cp -r plymouth/Paw-OSX/ /lib/plymouth/themes/
- # Plymouth theme
- echo "Setting up Plymouth theme..."
- sudo update-alternatives --install /lib/plymouth/themes/default.plymouth default.plymouth /lib/plymouth/themes/Paw-Ubuntu/paw-ubuntu.plymouth 100
- sudo update-alternatives --install /lib/plymouth/themes/default.plymouth default.plymouth /lib/plymouth/themes/Paw-OSX/paw-osx.plymouth 100
- # Paw-OSX as default
- sudo update-alternatives --set default.plymouth /lib/plymouth/themes/Paw-OSX/paw-osx.plymouth
- # Give user a choice
- sudo update-alternatives --config default.plymouth
- sudo update-initramfs -u
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement