Skip to content

Add command to download up#26

Open
lokeshh wants to merge 1 commit intoakavel:masterfrom
lokeshh:patch-1
Open

Add command to download up#26
lokeshh wants to merge 1 commit intoakavel:masterfrom
lokeshh:patch-1

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.

— 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

— 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.

3 participants