Skip to content

Instantly share code, notes, and snippets.

@BlackAmda
Last active April 11, 2023 01:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save BlackAmda/55628fdff26607cd1343bb40f733c191 to your computer and use it in GitHub Desktop.
Save BlackAmda/55628fdff26607cd1343bb40f733c191 to your computer and use it in GitHub Desktop.
Queen Amdi Termux
RED='\033[0;31m'
GREEN='\033[1;32m'
CYAN='\033[1;36m'
PURPLE='\033[0;35m'
NC='\033[0m'
printf "${GREEN}╔╗─╔╗────╔╗──╔╗\n║║─║║────║║─╔╝╚╗\n║║─║╠══╦═╝╠═╩╗╔╬╦═╗╔══╗\n║║─║║╔╗║╔╗║╔╗║║╠╣╔╗╣╔╗║\n║╚═╝║╚╝║╚╝║╔╗║╚╣║║║║╚╝║\n╚═══╣╔═╩══╩╝╚╩═╩╩╝╚╩═╗║\n────║║─────────────╔═╝║\n────╚╝─────────────╚══╝\n╔═══╗─────╔╗\n║╔═╗║─────║║\n║╚═╝╠══╦══╣║╔╦══╦══╦══╦══╗\n║╔══╣╔╗║╔═╣╚╝╣╔╗║╔╗║║═╣══╣\n║║──║╔╗║╚═╣╔╗╣╔╗║╚╝║║═╬══║\n╚╝──╚╝╚╩══╩╝╚╩╝╚╩═╗╠══╩══╝\n────────────────╔═╝║\n────────────────╚══╝\n\n"
apt update && apt upgrade
pkg upgrade -q -y
apt install nodejs --fix-missing -qq -y
pkg install git -qq -y
printf "${RED}╔══╗─────╔╗───╔╗╔╗\n╚╣╠╝────╔╝╚╗──║║║║\n─║║╔═╗╔═╩╗╔╬══╣║║║╔╦═╗╔══╗\n─║║║╔╗╣══╣║║╔╗║║║║╠╣╔╗╣╔╗║\n╔╣╠╣║║╠══║╚╣╔╗║╚╣╚╣║║║║╚╝║\n╚══╩╝╚╩══╩═╩╝╚╩═╩═╩╩╝╚╩═╗║\n──────────────────────╔═╝║\n──────────────────────╚══╝\n╔═══╗────────────╔╗\n║╔═╗║───────────╔╝╚╗\n║╚═╝╠══╦══╦══╦══╬╗╔╬══╦═╦╗─╔╗\n║╔╗╔╣║═╣╔╗║╔╗║══╬╣║║╔╗║╔╣║─║║\n║║║╚╣║═╣╚╝║╚╝╠══║║╚╣╚╝║║║╚═╝║\n╚╝╚═╩══╣╔═╩══╩══╩╩═╩══╩╝╚═╗╔╝\n───────║║───────────────╔═╝║\n───────╚╝───────────────╚══╝\n\n"
git clone https://github.com/BlackAmda/QueenAmdi -q
cd QueenAmdi
printf "${CYAN}╔══╗─────╔╗───╔╗╔╗\n╚╣╠╝────╔╝╚╗──║║║║\n─║║╔═╗╔═╩╗╔╬══╣║║║╔╦═╗╔══╗\n─║║║╔╗╣══╣║║╔╗║║║║╠╣╔╗╣╔╗║\n╔╣╠╣║║╠══║╚╣╔╗║╚╣╚╣║║║║╚╝║\n╚══╩╝╚╩══╩═╩╝╚╩═╩═╩╩╝╚╩═╗║\n──────────────────────╔═╝║\n──────────────────────╚══╝\n╔══╗────╔╗\n║╔╗║────║║\n║╚╝╚╦══╦╣║╔╗─╔╦══╦══╗\n║╔═╗║╔╗╠╣║║║─║║║═╣══╣\n║╚═╝║╔╗║║╚╣╚═╝║║═╬══║\n╚═══╩╝╚╩╩═╩═╗╔╩══╩══╝\n──────────╔═╝║\n──────────╚══╝\n\n"
npm install @adiwajshing/baileys --silent
npm install chalk --silent
printf "\n\n${PURPLE}╔═══╗──╔╗─╔╗\n║╔═╗║─╔╝╚╦╝╚╗\n║║─╚╬═╩╗╔╩╗╔╬╦═╗╔══╗\n║║╔═╣║═╣║─║║╠╣╔╗╣╔╗║\n║╚╩═║║═╣╚╗║╚╣║║║║╚╝║\n╚═══╩══╩═╝╚═╩╩╝╚╩═╗║\n────────────────╔═╝║\n────────────────╚══╝\n╔═══╦═══╗╔═══╗────╔╗\n║╔═╗║╔═╗║║╔═╗║────║║\n║║─║║╚═╝║║║─╚╬══╦═╝╠══╗\n║║─║║╔╗╔╝║║─╔╣╔╗║╔╗║║═╣\n║╚═╝║║║╚╗║╚═╝║╚╝║╚╝║║═╣\n╚══╗╠╝╚═╝╚═══╩══╩══╩══╝\n───╚╝\n\n"
node qr.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment