Last active
June 28, 2023 13:36
-
-
Save Bharathboy1/052961d24ee79c4732bf95f307c6e527 to your computer and use it in GitHub Desktop.
Khans resources
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
| enl() { | |
| cat >> .env << EOF | |
| API_ID=3704772 | |
| API_HASH=b8e50a035abb851c0dd424e14cac4c06 | |
| REDIS_URI=redis://default:d292y2R1dQYNhnm9a1o0rbDg9GoUGRyP@redis-18036.c61.us-east-1-3.ec2.cloud.redislabs.com:18036 | |
| REDIS_PASSWORD=d292y2R1dQYNhnm9a1o0rbDg9GoUGRyP | |
| SESSION=1BVtsOGYBuzDkW7ufkNnH2ztyTlM-nGl_yZEOIkzC_IgbxB4e09RTBxX45HwL1sn4fDAR6g08v6c4b18U3wPFvvc9cPAXC5lszT3IcF-iJ0zusWahqK8C0O4KjAsjJTy8Gy6YH3dsyHOHo9jmg1BxjtECNPdkwSqpQPNtyLHP-rjyRSMD9o6fWCObHCVwKId5sG_lwttSn0hrbr7pubxMDUVCN-6UPSR4f3gDIaoVQmr_KCCkHMuAKoxmkMfNVVImhLDOuIk3KgJwYhIn-TOD1Yt-cICk9LKd0wBpkb2IOi4ZnHX2NvSxLRNx54ZGt6hNCGZKXIgUZJLX76Y8JM0qan0HjMLrFsU= | |
| EOF | |
| } | |
| insp() { | |
| sudo apt install python3 python3-pip -y | |
| sudo apt install --fix-broken | |
| pip install --upgrade pip && pip3 install -r req* && pip3 install -r res*/st*/op* | |
| } | |
| git clone https://github.com/TeamUltroid/Ultroid | |
| cd Ultroid | |
| touch .env | |
| chmod 777 .env | |
| enl | |
| insp > /dev/null 2>&1 | |
| bash startup |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment