Last active
August 1, 2016 01:39
-
-
Save rhoconlinux/2077d589f0e1266cdc17c1a90f45a63e to your computer and use it in GitHub Desktop.
Genymotion VM bin launchers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| #muleto | |
| #wget https://gist.githubusercontent.com/rhoconlinux/049e6f6314d75d23003321b65775d20d/raw/a8b68d9b8413b993e6632b17479d59943f2676fe/genymotion-muleto.sh ; sudo mv genymotion-muleto.sh /usr/local/bin ; sudo chmod +x /usr/local/bin/genymotion-muleto | |
| sudo ln -s ~/.installer-genymotion/genymotion/player /usr/bin/genymotion-player ; sudo chmod +x /usr/bin/genymotion-player | |
| sudo rm -f /usr/local/bin/genymotion-muleto; sudo rm -f /usr/local/bin/genymotion-rho; sudo rm -f /usr/local/bin/genymotion-rhocon; sudo rm -f /usr/local/bin/genymotion-dragonero; | |
| wget https://gist.githubusercontent.com/rhoconlinux/049e6f6314d75d23003321b65775d20d/raw/e66590da9595ad3212b4df0e559701f5e78d048b/genymotion-muleto.sh ; sudo mv genymotion-muleto.sh /usr/local/bin ; sudo mv /usr/local/bin/genymotion-muleto.sh /usr/local/bin/genymotion-muleto ; sudo chmod +x /usr/local/bin/genymotion-muleto | |
| wget https://gist.githubusercontent.com/rhoconlinux/e1a1e99a31b2b0c4e59958cdf20ead5b/raw/16ba526a618e15122d0116677d9fe82b01d5eca2/genymotion-rho.sh ; sudo mv genymotion-rho.sh /usr/local/bin ; sudo mv /usr/local/bin/genymotion-rho.sh /usr/local/bin/genymotion-rho ; sudo chmod +x /usr/local/bin/genymotion-rho | |
| wget https://gist.githubusercontent.com/rhoconlinux/ac7214c414e865118f2dc1f655796e65/raw/99c9e7bf4317dfce2337c47b432ebc0c13a439bf/genymotion-rhocon.sh ; sudo mv genymotion-rhocon.sh /usr/local/bin ; sudo mv /usr/local/bin/genymotion-rhocon.sh /usr/local/bin/genymotion-rhocon ; sudo chmod +x /usr/local/bin/genymotion-rhocon | |
| wget https://gist.githubusercontent.com/rhoconlinux/fbfee2330e761ab932be3ff7687c7e05/raw/59697a6668e6bdcb5118e927913d4c9d314fa71b/genymotion-dragonero.sh ; sudo mv genymotion-dragonero.sh /usr/local/bin ; sudo mv /usr/local/bin/genymotion-dragonero.sh /usr/local/bin/genymotion-dragonero ; sudo chmod +x /usr/local/bin/genymotion-dragonero | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment