diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-01-19 21:13:57 +0100 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-01-19 21:13:57 +0100 |
commit | 01a00bfde2a07713403d6b085ef6aeb748cb1d43 (patch) | |
tree | 78bdcf3747e2646be2be7dcc80e7a0b36319842b /update.sh | |
parent | 882fb8b5812f66de44394d1051a8a2b7a33d6520 (diff) | |
download | low-puszcza-01a00bfde2a07713403d6b085ef6aeb748cb1d43.tar.gz low-puszcza-01a00bfde2a07713403d6b085ef6aeb748cb1d43.zip |
Add update script
Diffstat (limited to 'update.sh')
-rwxr-xr-x | update.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/update.sh b/update.sh new file mode 100755 index 0000000..fb46c87 --- /dev/null +++ b/update.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +nix-prefetch-git "https://github.com/19pdh/kronika" | jq '{ sha256: .sha256 }' > kronika.json |