Comment 10 for bug 1265647

Revision history for this message
Daniel Van Riper (danielvanriper) wrote :

#This script (should) effectively make a back up of the original apt folder, install tweaks, and then restore the original PPA in order to maintain stability
#From your home directory(drag and drop the script into your home directory first) in a terminal do:
 sudo chmod +x install_tweaks.sh && ./install_tweaks
#enjoy!
cd /etc/
sudo cp -r apt 1apt
sudo add-apt-repository ppa:elementary-os/daily
sudo apt-get update
sudo apt-get install libgranite2
sudo apt-get install elementary-tweaks
sudo rm -r apt
sudo mv 1apt apt
echo "Task Complete. Tweaks can be found under System Settings"