blob: 29223b1ce58dd49bca6e2219b4b159d6d9a5e62b (
plain)
1
2
3
4
5
6
7
8
9
10
|
post_install() {
cat <<EOF
Follow the official instructions [0] to make asdf-vm work, see the sections
titled "YOUR_SHELL & Pacman".
[0] https://asdf-vm.com/guide/getting-started.html#_3-install-asdf
EOF
}
|