5 lines
190 B
Bash
Executable File
5 lines
190 B
Bash
Executable File
#!/bin/sh
|
|
# Make sure you installed the Chrome Extension
|
|
# from: http://codekiem.com/2012/02/24/apk-downloader/
|
|
chromium-browser --ignore-certificate-errors --allow-running-insecure-content
|