Herramienta desarrollado para la instalacion de cloudflared en Linux de forma correcta.
$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo apt-get install git -y
$ sudo apt-get install wget -y
$ cd $HOME
$ git clone https://github.com/edgarluck/Install_Cloudflared.git
$ cd Install_Cloudflared
$ chmod +x install.sh
$ sudo bash install.sh
$ apt update && apt upgrade -y
$ pkg install git -y
$ pkg install wget -y
$ cd $HOME
$ git clone https://github.com/edgarluck/Install_Cloudflared.git
$ cd Install_Cloudflared
$ chmod +x install.sh
$ bash install.sh
apt update
apt install cloudflared -y
Telegram : https://t.me/Linux_Informatic
