Fri, 24 Jan 2025 16:37:55 -0600
no more asdf reshimming
786 | 1 | #!/bin/bash |
956
61c91bec34c8
improve this first-time install
Meredith Howard <mhoward@roomag.org>
parents:
819
diff
changeset
|
2 | set -euo pipefail |
249
5bba2e094584
Move helper scripts into bin with common names
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
3 | |
1140
40b6fc3abd44
switch to asdf .default-perl-modules
Meredith Howard <mhoward@roomag.org>
parents:
1109
diff
changeset
|
4 | cpm install -g $(cat $(dirname $0)/../.default-perl-modules) |