repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
factor-git
/
update.sh
blob
2577d005d1da2fc627fcdb41288290fdc821b112
1
#!/usr/bin/env bash
2
3
cd
src
/
factor
4
. build-support
/
factor
.sh
> /
dev
/
null
5
6
case
"
$1
"
in
7
fetch
)
8
get_config_info
&&
update_boot_images
9
;;
10
*)
11
update
&&
update_boot_images
12
;;
13
esac