Pular para o conteúdo

BitchX IRC - download e instalação

Script para download do bitchxIRC.
cyber_spider Cyber_Spider
Hits: 2.533 Categoria: Shell Script Subcategoria: Expressões Regulares
  • Download
  • Nova versão
  • Indicar
  • Denunciar
O Viva o Linux depende da receita de anúncios para se manter. Ative os cookies aqui para nos patrocinar.
Não conseguimos carregar os anúncios. Se usa bloqueador, considere liberar o Viva o Linux para nos patrocinar.

Descrição

Script para download do bitchxIRC.
Download bitchxinstall.sh Enviar nova versão
O Viva o Linux depende da receita de anúncios para se manter. Ative os cookies aqui para nos patrocinar.
Não conseguimos carregar os anúncios. Se usa bloqueador, considere liberar o Viva o Linux para nos patrocinar.

Esconder código-fonte

#!/bin/bash
 
clear;
echo "Welcome the bitchX install v1.0"
printf "\n\nplease set the option:\n"
printf "\n1 > Download the bitchX source"
printf "\n2 > Install the bitchx source"
printf "\n warning! install the bitchx only after downloading bitchxIRC !\n"
read a1001b;
if [ "$a1001b" == "1" ]; then
curl www.bitchx.com/download.php > /usr/share/FObit.txt
clear;
e1001f="www.bitchx.com$(cat /usr/share/FObit.txt | grep "Latest" | cut -d '"' -f2)"
c1001d="$(cat /usr/share/FObit.txt | grep "Latest" | cut -d '"' -f2 | cut -d"/" -f3)"
i1001j="$(cat /usr/share/FObit.txt | grep "Latest" | cut -d '"' -f2 | cut -d"/" -f3 | cut -d"." -f1-4)"
wget $e1001f
gzip -fd $c1001d
tar -xf $i1001j
echo "end";
rm -rf /usr/share/FObit.txt
elif [ "$a1001b" == "2" ]; then
clear
curl www.bitchx.com/download.php > /usr/share/FObit.txt
g1001h="$(cat /usr/share/FObit.txt | grep "Latest" | cut -d '"' -f2 | tr -d "download" | tr -d "/" | cut -d"." -f1-3)"
cd $g1001h
./configure;
make;
make install;
clear
echo "end..."
rm -rf /usr/share/FObit.txt;
else
exit;
fi
O Viva o Linux depende da receita de anúncios para se manter. Ative os cookies aqui para nos patrocinar.
Não conseguimos carregar os anúncios. Se usa bloqueador, considere liberar o Viva o Linux para nos patrocinar.

Instalar flash Player no google chromium ubuntu 14.04

Atualiza núcleo do sistema para Kernel 4.4 (Ubuntu)

Varredura com Nmap a procura do serviço Apache

Shell-Script para deletar vírus e suas extensões

Baixando Fotos de Qualquer Câmera Digital

Nenhum comentário foi encontrado.

Contribuir com comentário

Entre na sua conta para comentar.