Created
May 29, 2014 05:53
-
-
Save Glchriste/1792e54957ecae454684 to your computer and use it in GitHub Desktop.
Commands to Install F.lux on 64x Ubuntu 14.04 (Fix for F.lux GUI preferences not working)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo -i | |
cd /etc/apt/sources.list.d | |
echo "deb http://archive.ubuntu.com/ubuntu/ raring main restricted universe multiverse" >ia32-libs-raring.list | |
apt-get update | |
apt-get install ia32-libs | |
rm /etc/apt/sources.list.d/ia32-libs-raring.list | |
apt-get update | |
exit | |
sudo add-apt-repository ppa:kilian/f.lux | |
sudo apt-get update | |
sudo apt-get install fluxgui |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment