Skip to content

Commit

Permalink
Use sudo to install packagecore
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Oct 5, 2017
1 parent dcf8fbf commit 211329f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ before_deploy:
- unset CFLAGS
- sudo apt-get update -qy
- sudo apt-get install -qy python3 python3-pip
- python3 -m pip install packagecore
- sudo python3 -m pip install packagecore
- packagecore -o dist/ "${TRAVIS_TAG#v}"

deploy:
Expand Down

5 comments on commit 211329f

@jarun
Copy link
Owner Author

@jarun jarun commented on 211329f Oct 5, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shaggytwodope @szlin @zmwangx nnn v1.5 is released!

@szlin
Copy link
Collaborator

@szlin szlin commented on 211329f Oct 5, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new version of nnn has been uploaded !
Thanks @jarun

@jarun
Copy link
Owner Author

@jarun jarun commented on 211329f Oct 5, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you Lin!

@professorjamesmoriarty
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jarun AUR and PPA (builds pending publictation) are uploaded.

@jarun
Copy link
Owner Author

@jarun jarun commented on 211329f Oct 5, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Johnathan!

Please sign in to comment.