comparison: .lib/stubs/tectonic
.lib/stubs/tectonic
- changeset 1119
- 84cd2286f0bf
- parent 1112
- 0ae7864c4ad8
equal
deleted
inserted
replaced
1 #!/bin/sh |
1 #!/bin/sh |
2 set -eu |
2 set -eu |
3 |
3 |
4 age_limit=30 |
4 age_limit=30 |
5 nix_ref='nixpkgs#tectonic' |
|
6 |
5 |
7 install_it() { |
6 install_it() { |
8 mkdir -p ~/.local/bin |
7 mkdir -p ~/.local/bin |
9 cd ~/.local/bin |
8 cd ~/.local/bin |
10 curl --proto '=https' --tlsv1.2 -fsSL https://drop-sh.fullyjustified.net | |
9 curl --proto '=https' --tlsv1.2 -fsSL https://drop-sh.fullyjustified.net | |