mirror of
https://github.com/vincenthsu/systemd-ngrok.git
synced 2025-02-06 06:55:30 +00:00
Merge pull request #3 from HEBOS/patch-1
Added execution privileges for ngrok
This commit is contained in:
commit
ed3725bfa4
|
@ -21,5 +21,7 @@ cd /opt/ngrok
|
|||
wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip
|
||||
unzip ngrok-stable-linux-amd64.zip
|
||||
|
||||
chmod +x ngrok
|
||||
|
||||
systemctl enable ngrok.service
|
||||
systemctl start ngrok.service
|
||||
|
|
Loading…
Reference in New Issue
Block a user