Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add command to download up #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

lokeshh
Copy link

@lokeshh lokeshh commented Oct 28, 2018

No description provided.

Copy link

@IOAyman IOAyman left a comment

Choose a reason for hiding this comment

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

I suggest you first make the downloaded binary an executable before actually executing it.

@@ -20,7 +20,8 @@ by boosting any typical **Linux text-processing utils** such as `grep`, `sort`,
To start using **up**, redirect any text-emitting command (or pipeline) into it
— for example:

$ lshw |& ./up
wget https://github.com/akavel/up/releases/download/v0.3/up
Copy link

Choose a reason for hiding this comment

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

Suggested change
wget https://github.com/akavel/up/releases/download/v0.3/up
wget https://github.com/akavel/up/releases/download/v0.3/up
chmod 700 up

Copy link

Choose a reason for hiding this comment

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

You can download always the latest Version: wget https://github.com/akavel/up/releases/latest/download/up

@@ -20,7 +20,8 @@ by boosting any typical **Linux text-processing utils** such as `grep`, `sort`,
To start using **up**, redirect any text-emitting command (or pipeline) into it
— for example:

$ lshw |& ./up
wget https://github.com/akavel/up/releases/download/v0.3/up
Copy link

Choose a reason for hiding this comment

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

You can download always the latest Version: wget https://github.com/akavel/up/releases/latest/download/up

akavel added a commit that referenced this pull request Oct 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants