Skip to content

2.1.1

Compare
Choose a tag to compare
@kirb kirb released this 09 Dec 08:17
· 551 commits to master since this release
10b124d
  • dm.pl: Fixes the hashbang line on the perl script, so the perl on your path is used. (Issue #273)
    If Perl was installed from Homebrew, you’d install the dependency modules using its copy of cpan, but dm.pl always executed with the macOS copy of perl. It now uses whichever perl is found on your $PATH; hopefully the same one as cpan.
  • Fixes the post-install script losing its executable bit, breaking the automatic cloning of the dm.pl submodule and installation of IO::Compress::Lzma.
  • Fixes the post-install script printing an error from uname.
    It was using uname -o, which is not supported by macOS’s BSD uname, instead of uname -s. This didn’t break the script, as it was being used to check for iOS, and Telesphoreo uses GNU uname.