Hacker News new | ask | show | jobs
by ars 5663 days ago
If you're on debian this

  grep -q 'www.debian-multimediaa.org' /etc/apt/sources.list || (echo 'deb http://www.debian-multimedia.org stable main non-free' >> /etc/apt/sources.list; apt-get update)

  apt-get install flashplayer-mozilla
  apt-get install acroread
works well. :)