Browse Source

add install script for the remote test

nas 2 years ago
parent
commit
1a51906892
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      test/remote/install.sh

+ 6
- 0
test/remote/install.sh View File

@@ -0,0 +1,6 @@
1
+echo "\nInstalling PERL dependancies\n"
2
+echo "Will use cpan. If you would not install cpan, you may need to manually download and install these.\n"
3
+cpan install LWP::UserAgent
4
+cpan install HTTP::Request
5
+cpan install JSON::WebToken
6
+cpan install Crypt::JWT

Loading…
Cancel
Save