Skip to content

Commit

Permalink
Fix decryption command
Browse files Browse the repository at this point in the history
  • Loading branch information
niknetniko committed Aug 10, 2019
1 parent 3f02dd7 commit f32eb74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ addons:
- ghostscript
- python-pygments
before_install:
- openssl aes-256-cbc -K $encrypted_e78ee18d072a_key -iv $encrypted_e78ee18d072a_iv
- in panno_3.00.zip.enc -out panno_3.00.zip -d
- openssl aes-256-cbc -K $encrypted_e78ee18d072a_key -iv $encrypted_e78ee18d072a_iv -in panno_3.00.zip.enc -out panno_3.00.zip -d
- mkdir $HOME/.fonts && unzip panno_3.00.zip -d $HOME/.fonts
- fc-cache -f -v
install:
Expand Down
Binary file modified panno_3.00.zip.enc
Binary file not shown.

0 comments on commit f32eb74

Please sign in to comment.