Skip to content

Instantly share code, notes, and snippets.

@Glchriste
Created May 29, 2014 05:53
Show Gist options
  • Save Glchriste/1792e54957ecae454684 to your computer and use it in GitHub Desktop.
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)
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