Skip to content

Instantly share code, notes, and snippets.

@scmorrison
Last active December 23, 2018 02:00
Show Gist options
  • Save scmorrison/1732a0d5347a16e84a5f1f048af97ead to your computer and use it in GitHub Desktop.
Save scmorrison/1732a0d5347a16e84a5f1f048af97ead to your computer and use it in GitHub Desktop.
Reinstall all Uzu related dependencies
#!/bin/bash
zef install --force-install --/test \
File::Directory::Tree \
File::Find File::Temp \
Terminal::ANSIColor \
Template6 \
Template::Mustache \
Test::Output \
HTTP::Parser \
HTTP::Server::Tiny \
YAMLish;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment