Ubuntu
Como Instalar
Script para Ubuntu.
bash <(curl -s https://raw.githubusercontent.com/fnixdev/Kanna-X/master/resources/scripts/ubuntu.sh)
Método manual
1. Instalando os pacotes
sudo apt install tree wget2 p7zip-full jq ffmpeg wget git neofetch
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo apt install ./google-chrome-stable_current_amd64.deb
2. Clone o Repositorio
git clone https://github.com/fnixdev/KannaX.git && cd KannaX
3. Instale os requisitos
pip3 install -r requirements.txt
4. Crie config.env como config.env.sample e preencha as Vars
cp config.env.sample config.env
5. Obtenha a Session String AQUI e adicione-a ao config.env
6. Finalmente execute o KannaX.
Last updated
Was this helpful?