Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 581 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 581 Bytes

Ngrok Install


#For Linux (CentOS / Debian / Ubuntu )
Usage

Usage:     
      bash ngrok.sh [install | uninstall | start | stop | restart]     

Install

wget --no-check-certificate -O ngrok.sh https://raw.githubusercontent.com/reruin/ngrok/master/ngrok.sh && chmod +x ngrok.sh && bash ngrok.sh install

Uninstall

wget --no-check-certificate -O ngrok.sh https://raw.githubusercontent.com/reruin/ngrok/master/ngrok.sh && chmod +x ngrok.sh && bash ngrok.sh uninstall