Browse Source

install script

master
Robin Thoni 8 years ago
parent
commit
4e42ba0256
1 changed files with 8 additions and 0 deletions
  1. 8
    0
      install

+ 8
- 0
install View File

@@ -0,0 +1,8 @@
1
+#! /usr/bin/env sh
2
+
3
+cp git-backup /usr/local/bin
4
+cp git-backup.conf /etc
5
+sed -i '/git-backup$/c\' /etc/crontab
6
+echo "00 2    * * *   root    git-backup" >> /etc/crontab
7
+
8
+git-backup --init

Loading…
Cancel
Save