Skip to content

edgarluck/Install_Cloudflared

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Install_Cloudflared

Herramienta desarrollado para la instalacion de cloudflared en Linux de forma correcta.

cloud

Instalación en Linux

$ 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

Instalación en Termux

$ 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

segundo método recomendado :

apt update

apt install cloudflared -y

Si sucede algun error con la herramienta puede notificar en el grupo:

Telegram : https://t.me/Linux_Informatic

WhatsApp : https://chat.whatsapp.com/H6InPiy9OJA1m4dSwGY4V1

About

Herramienta desarrollado para la instalacion de cloudflared en Linux de forma correcta.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages