summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebian Live user <user@debian-BULLSEYE-live-builder-AMD64>2023-04-27 23:04:05 -0400
committerDebian Live user <user@debian-BULLSEYE-live-builder-AMD64>2023-04-27 23:04:05 -0400
commite076c927cfde07f4c212de91405126dd6f4c68f3 (patch)
tree8d18021feb1e14ba37cdde2135238d0b0ab73160
parent136ce51144a8de26b1e71ec906c3daf14a83bdb1 (diff)
fixes get_firefox()
-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