switch off of asdf-perl fork

Sat, 20 Aug 2022 12:34:04 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Sat, 20 Aug 2022 12:34:04 -0500
changeset 999
f7bbd67b1aac
parent 998
6e682b7355ba
child 1000
218144b0d8fd

switch off of asdf-perl fork

bin/homedir-setup file | annotate | diff | comparison | revisions
--- a/bin/homedir-setup
+++ b/bin/homedir-setup
@@ -16,7 +16,9 @@ zsh -i -c 'zgen update' || :
 clone_or_pull 'https://github.com/asdf-vm/asdf' .asdf
 source .asdf/asdf.sh
 
-asdf plugin add perl 'https://github.com/merrilymeredith/asdf-perl.git' || :
+[ -d .asdf/plugins/perl ] ||
+    asdf plugin add perl
+
 asdf plugin update --all
 
 bin/setup-man || :

mercurial