index
:
lpm
prime
A structured LaTeX project manager
bpeetz
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rwxr-xr-x
update.sh
3
1 files changed, 2 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index b34dabf..a0a029f 100755
--- a/
update.sh
+++ b/
update.sh
@@ -1,5 +1,6 @@
#!/usr/bin/env sh
nix flake update
-cargo update
+
[ "$1" = "upgrade" ] && cargo upgrade
+cargo update