~teejee2008/timeshift/trunk

« back to all changes in this revision

Viewing changes to installer/install.sh

  • Committer: Tony George
  • Date: 2016-10-07 09:49:32 UTC
  • Revision ID: tony.george.kol@gmail.com-20161007094932-lmfqbd4j4jjknr6y
Installer: Fixed libgee dependency for arch; Updated main icon; Added support for Manjaro Linux;

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
generic_depends=(rsync libgee json-glib)
7
7
debian_depends=(rsync libgee2 libjson-glib-1.0-0)
8
8
redhat_depends=(rsync libgee json-glib)
9
 
arch_depends=(rsync libgee06 json-glib)
 
9
arch_depends=(rsync libgee json-glib)
10
10
 
11
11
generic_recommends=()
12
12
debian_recommends=()