summaryrefslogtreecommitdiff
path: root/dot/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'dot/bashrc')
-rw-r--r--dot/bashrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/dot/bashrc b/dot/bashrc
index 1a087d5..8cf9144 100644
--- a/dot/bashrc
+++ b/dot/bashrc
@@ -439,8 +439,9 @@ get_firefox()
439{ 439{
440 # TODO: Make idempotent 440 # TODO: Make idempotent
441 # TODO: Use cron 441 # TODO: Use cron
442 git clone d@cryptonomic.net:public_git/firefox-updater.git 442 (cd ~/src || cd
443 (cd firefox-updater || exit 443 git clone d@cryptonomic.net:public_git/firefox-update.git
444 cd firefox-update || exit
444 make) 445 make)
445} 446}
446 447