Created
May 6, 2019 16:07
-
-
Save ModerRAS/291a1187d5b44a059f9c76debf1e2827 to your computer and use it in GitHub Desktop.
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 | |
apt install -y python3 git python3-pip | |
git clone https://github.com/NyanChanMeow/SSRSpeed.git | |
cd SSRSpeed | |
pip3 install -r requirements.txt | |
cd .. | |
mv SSRSpeed /usr/local/ | |
echo "#!/bin/bash | |
cd /usr/local/SSRSpeed/ | |
python3 main.py \$*" > /usr/local/bin/ssrspeed-cli | |
chmod +x /usr/local/bin/ssrspeed-cli |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment