Skip to content

Commit

Permalink
fixed ubuntu installer
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jan 4, 2014
1 parent b8ce912 commit 44b098c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions frameworkconsole/framework.py
Expand Up @@ -47,6 +47,7 @@ def main():
print "\t 8.) Use Metasploit"
print "\t 9.) Compile code to run on mobile devices"
print "\t10.) Install Stuff"
print "\t11.) Use Drozer"
print "\t 0.) Exit"
print
print
Expand Down
4 changes: 2 additions & 2 deletions ubuntuinstall
Expand Up @@ -15,8 +15,8 @@ tar -xvzf android-sdk_r21-linux.tgz;
export PATH=${PATH}:${PWD}/android-sdk-linux/tools:${PWD}/android-sdk-linux/platform-tools
apt-get install ant
android update sdk --no-ui --filter platform-tool
android update sdk --no-ui --filter android-4
android update sdk --no-ui --filter addon-google_apis-google-4
android update sdk --no-ui --filter android-4 -a
android update sdk --no-ui --filter addon-google_apis-google-4 -a
android update sdk --no-ui --filter android-14
android update sdk --no-ui --filter addon-google_apis-google-14
apt-get install mysql-server
Expand Down

0 comments on commit 44b098c

Please sign in to comment.