Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 1.22 KB

File metadata and controls

51 lines (39 loc) · 1.22 KB

ShellScript

Coleção de Shell Scripts

Atualização e instalação de aplicativos para sistemas baseados no Ubuntu 20.04

via curl

sh -c "$(curl -fsSL https://cdn.jsdelivr.net/gh/betosouzace/ShellScript@master/UbuntuBasedInstall.sh)"

via wget

sh -c "$(wget https://cdn.jsdelivr.net/gh/betosouzace/ShellScript@master/UbuntuBasedInstall.sh -O -)"

Instalar e configurar o docker

via curl

sh -c "$(curl -fsSL https://cdn.jsdelivr.net/gh/betosouzace/ShellScript@master/docker.sh)"

via wget

sh -c "$(wget https://cdn.jsdelivr.net/gh/betosouzace/ShellScript@master/docker.sh -O -)"

Instalar e configurar o cursor

via curl

sh -c "$(curl -fsSL https://cdn.jsdelivr.net/gh/betosouzace/ShellScript@master/cursor.sh)"

via wget

sh -c "$(wget https://cdn.jsdelivr.net/gh/betosouzace/ShellScript@master/cursor.sh -O -)"

Instalar e configurar o ngrok

Acesse antes o site do ngrok para gerar seu token

via curl

sh -c "$(curl -fsSL https://cdn.jsdelivr.net/gh/betosouzace/ShellScript@master/ngrok.sh)"

via wget

sh -c "$(wget https://cdn.jsdelivr.net/gh/betosouzace/ShellScript@master/ngrok.sh -O -)"