Skip to content

More housekeeping on versions - #31

Open
enovella wants to merge 2 commits into
CalebFenton:masterfrom
enovella:bump-versions
Open

enovella wants to merge 2 commits into
CalebFenton:masterfrom
enovella:bump-versions

Conversation

@enovella

Copy link
Copy Markdown
Contributor

No description provided.

Comment thread README.md
mkdir ~/bin || cd ~/bin
curl --location -O https://bitbucket.org/JesusFreke/smali/downloads/smali-2.2.5.jar && mv smali-*.jar smali.jar
curl --location -O https://bitbucket.org/JesusFreke/smali/downloads/baksmali-2.2.5.jar && mv baksmali-*.jar baksmali.jar
mkdir ~/bin && cd ~/bin || cd ~/bin

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Why run this command twice? And why only run that command if mkdir creates a new directory? The code previously reads "attempt to create directory and then, regardless of what happens, change directory into ~/bin", but now it reads "create directory and if successful change directory to ~/bin and then change directory to ~/bin"

Comment thread README.md
curl --location -O https://bitbucket.org/JesusFreke/smali/downloads/baksmali-2.2.5.jar && mv baksmali-*.jar baksmali.jar
mkdir ~/bin && cd ~/bin || cd ~/bin
curl --location -O https://bitbucket.org/JesusFreke/smali/downloads/smali-2.2.6.jar && mv smali-*.jar smali.jar
curl --location -O https://bitbucket.org/JesusFreke/smali/downloads/baksmali-2.2.6.jar && mv baksmali-*.jar baksmali.jar

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

This is a good direction, but I can't accept this PR with the other change. Also, the newest version is 2.2.7 now.

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.

2 participants