Last active
December 23, 2018 02:00
-
-
Save scmorrison/1732a0d5347a16e84a5f1f048af97ead to your computer and use it in GitHub Desktop.
Reinstall all Uzu related dependencies
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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